Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h331 inline Type *getFunctionParamType(unsigned i) const;
DDerivedTypes.h147 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal()