Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h394 inline Type *getFunctionParamType(unsigned i) const;
H A DDerivedTypes.h156 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp434 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()