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 1075 of file Type.cpp.
| llvm::PackedValType::PackedValType | ( | const Type * | val, | |
| int | sz | |||
| ) | [inline] |
| static PackedValType llvm::PackedValType::get | ( | const PackedType * | PT | ) | [inline, static] |
Definition at line 1081 of file Type.cpp.
References llvm::SequentialType::getElementType(), and llvm::PackedType::getNumElements().
| static unsigned llvm::PackedValType::hashTypeStructure | ( | const PackedType * | PT | ) | [inline, static] |
| void llvm::PackedValType::doRefinement | ( | const DerivedType * | OldType, | |
| const Type * | NewType | |||
| ) | [inline] |
| bool llvm::PackedValType::operator< | ( | const PackedValType & | MTV | ) | const [inline] |