Searched refs:getFunctionParamType (Results 1 – 3 of 3) sorted by relevance
387 inline Type *getFunctionParamType(unsigned i) const;
153 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
433 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()