LLVM API Documentation
Public Member Functions | |
PackedValType (const Type *val, int sz) | |
void | doRefinement (const DerivedType *OldType, const Type *NewType) |
bool | operator< (const PackedValType &MTV) const |
Static Public Member Functions | |
static PackedValType | get (const PackedType *PT) |
static unsigned | hashTypeStructure (const PackedType *PT) |
Definition at line 1058 of file Type.cpp.
llvm::PackedValType::PackedValType | ( | const Type * | val, | |
int | sz | |||
) | [inline] |
void llvm::PackedValType::doRefinement | ( | const DerivedType * | OldType, | |
const Type * | NewType | |||
) | [inline] |
static PackedValType llvm::PackedValType::get | ( | const PackedType * | PT | ) | [inline, static] |
Definition at line 1064 of file Type.cpp.
References llvm::SequentialType::getElementType(), and llvm::PackedType::getNumElements().
static unsigned llvm::PackedValType::hashTypeStructure | ( | const PackedType * | PT | ) | [inline, static] |
bool llvm::PackedValType::operator< | ( | const PackedValType & | MTV | ) | const [inline] |