Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h363 inline Type *getFunctionParamType(unsigned i) const;
H A DDerivedTypes.h152 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp418 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()