Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1971 Value *CSArgOp = ACS.getCallArgOperand(u); in checkForAllCallSites()
1977 << *ACS.getCallArgOperand(u)->getType() << "\n"); in checkForAllCallSites()
3103 NewArgOperands.push_back(ACS.getCallArgOperand(OldArgNum)); in rewriteFunctionSignatures()
H A DAttributorAttributes.cpp7331 << CBACS.getCallArgOperand(CBArg) << " vs " in updateImpl()
7580 ACS.getCallArgOperand(ARI.getReplacedArg().getArgNo()), in manifest()