Home
last modified time | relevance | path

Searched refs:getFunctionParamType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h350 Type *getFunctionParamType(unsigned i) const;
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp184 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function in Type