LLVM API Documentation

Public Member Functions | |
| PointerValType (const Type *val) | |
| void | doRefinement (const DerivedType *OldType, const Type *NewType) |
| bool | operator< (const PointerValType &MTV) const |
Static Public Member Functions | |
| static PointerValType | get (const PointerType *PT) |
| static unsigned | hashTypeStructure (const PointerType *PT) |
Definition at line 1183 of file Type.cpp.
| llvm::PointerValType::PointerValType | ( | const Type * | val | ) | [inline] |
| static PointerValType llvm::PointerValType::get | ( | const PointerType * | PT | ) | [inline, static] |
| static unsigned llvm::PointerValType::hashTypeStructure | ( | const PointerType * | PT | ) | [inline, static] |
| void llvm::PointerValType::doRefinement | ( | const DerivedType * | OldType, | |
| const Type * | NewType | |||
| ) | [inline] |
| bool llvm::PointerValType::operator< | ( | const PointerValType & | MTV | ) | const [inline] |