HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionParamType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 363 inline Type *getFunctionParamType(unsigned i) const;
DerivedTypes.h 152 Type *Type::getFunctionParamType(unsigned i) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 418 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I);

Completed in 47 milliseconds