Searched refs:getFunctionParamType (Results 1 – 15 of 15) sorted by relevance
331 inline Type *getFunctionParamType(unsigned i) const;
147 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
333 inline Type *getFunctionParamType(unsigned i) const;
151 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
351 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()
353 inline Type *getFunctionParamType(unsigned i) const;
158 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
608 fnType.getFunctionParamType(i)) in verify()611 << " != " << fnType.getFunctionParamType(i); in verify()1299 entry->addArgument(type.getFunctionParamType(i)); in addEntryBlock()1425 argTypes.push_back(fnType.getFunctionParamType(i)); in printLLVMFuncOp()1505 if (op.getType().getFunctionParamType(i) != argLLVMType) in verify()
118 LLVMType LLVMType::getFunctionParamType(unsigned argIdx) { in getFunctionParamType() function in LLVMType
355 inline Type *getFunctionParamType(unsigned i) const;
422 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()
119 LLVMType getFunctionParamType(unsigned argIdx);
240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal()
809 functionType.getFunctionParamType(kv.index())); in processFunction()