LLVM API Documentation

llvm::StructValType Class Reference

Collaboration diagram for llvm::StructValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StructValType (const std::vector< const Type * > &args)
void doRefinement (const DerivedType *OldType, const Type *NewType)
bool operator< (const StructValType &STV) const

Static Public Member Functions

static StructValType get (const StructType *ST)
static unsigned hashTypeStructure (const StructType *ST)

Detailed Description

Definition at line 1128 of file Type.cpp.


Constructor & Destructor Documentation

llvm::StructValType::StructValType ( const std::vector< const Type * > &  args  )  [inline]

Definition at line 1131 of file Type.cpp.


Member Function Documentation

static StructValType llvm::StructValType::get ( const StructType ST  )  [inline, static]

Definition at line 1133 of file Type.cpp.

References llvm::StructType::getElementType(), and llvm::StructType::getNumElements().

static unsigned llvm::StructValType::hashTypeStructure ( const StructType ST  )  [inline, static]

Definition at line 1142 of file Type.cpp.

References llvm::StructType::getNumElements().

void llvm::StructValType::doRefinement ( const DerivedType OldType,
const Type NewType 
) [inline]

Definition at line 1147 of file Type.cpp.

bool llvm::StructValType::operator< ( const StructValType STV  )  const [inline]

Definition at line 1152 of file Type.cpp.

References ElTypes.


The documentation for this class was generated from the following file: