LLVM API Documentation
Public Member Functions | |
FunctionValType (const Type *ret, const std::vector< const Type * > &args, bool IVA) | |
void | doRefinement (const DerivedType *OldType, const Type *NewType) |
bool | operator< (const FunctionValType &MTV) const |
Static Public Member Functions | |
static FunctionValType | get (const FunctionType *FT) |
static unsigned | hashTypeStructure (const FunctionType *FT) |
Definition at line 941 of file Type.cpp.
void llvm::FunctionValType::doRefinement | ( | const DerivedType * | OldType, | |
const Type * | NewType | |||
) | [inline] |
FunctionValType FunctionValType::get | ( | const FunctionType * | FT | ) | [static] |
Definition at line 978 of file Type.cpp.
References FunctionValType(), llvm::FunctionType::getNumParams(), llvm::FunctionType::getParamType(), llvm::FunctionType::getReturnType(), and llvm::FunctionType::isVarArg().
static unsigned llvm::FunctionValType::hashTypeStructure | ( | const FunctionType * | FT | ) | [inline, static] |
Definition at line 954 of file Type.cpp.
References llvm::FunctionType::getNumParams(), and llvm::FunctionType::isVarArg().
bool llvm::FunctionValType::operator< | ( | const FunctionValType & | MTV | ) | const [inline] |