Home
last modified time | relevance | path

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

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