Home
last modified time | relevance | path

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

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