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