Searched refs:getCallArgOperand (Results 1 – 6 of 6) sorted by relevance
177 Value *getCallArgOperand(Argument &Arg) const { in getCallArgOperand() function178 return getCallArgOperand(Arg.getArgNo()); in getCallArgOperand()183 Value *getCallArgOperand(unsigned ArgNo) const { in getCallArgOperand() function
853 Value *getCallArgOperand(Argument &Arg) const {854 return getCallArgOperand(Arg.getArgNo());859 Value *getCallArgOperand(unsigned ArgNo) const {
86 Value *V = ACS.getCallArgOperand(i); in PropagateConstantsIntoArguments()
4255 Value *ArgOp = ACS.getCallArgOperand(getArgNo()); in updateImpl()6344 NewArgOperands.push_back(ACS.getCallArgOperand(OldArgNum)); in rewriteFunctionSignatures()
831 Value *CSArgOp = ACS.getCallArgOperand(u); in checkForAllCallSites()837 << *ACS.getCallArgOperand(u)->getType() << "\n"); in checkForAllCallSites()1755 NewArgOperands.push_back(ACS.getCallArgOperand(OldArgNum)); in rewriteFunctionSignatures()
5393 << CBACS.getCallArgOperand(CBArg) << " vs " in updateImpl()5649 ACS.getCallArgOperand(ARI.getReplacedArg().getArgNo()), in manifest()