Home
last modified time | relevance | path

Searched refs:getCallArgOperand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAbstractCallSite.h177 Value *getCallArgOperand(Argument &Arg) const { in getCallArgOperand() function
178 return getCallArgOperand(Arg.getArgNo()); in getCallArgOperand()
183 Value *getCallArgOperand(unsigned ArgNo) const { in getCallArgOperand() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1530 Value *CSArgOp = ACS.getCallArgOperand(u); in checkForAllCallSites()
1536 << *ACS.getCallArgOperand(u)->getType() << "\n"); in checkForAllCallSites()
2650 NewArgOperands.push_back(ACS.getCallArgOperand(OldArgNum)); in rewriteFunctionSignatures()
H A DAttributorAttributes.cpp6560 << CBACS.getCallArgOperand(CBArg) << " vs " in updateImpl()
6821 ACS.getCallArgOperand(ARI.getReplacedArg().getArgNo()), in manifest()