Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h342 Type *getFunctionParamType(unsigned i) const;
/external/llvm/lib/IR/
DType.cpp177 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function in Type