Home
last modified time | relevance | path

Searched refs:getCallArgOperandNo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAbstractCallSite.h163 int getCallArgOperandNo(Argument &Arg) const { in getCallArgOperandNo() function
164 return getCallArgOperandNo(Arg.getArgNo()); in getCallArgOperandNo()
169 int getCallArgOperandNo(unsigned ArgNo) const { in getCallArgOperandNo() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6549 int CBArgNo = CBACS.getCallArgOperandNo(CBArg); in updateImpl()
6563 << CBACS.getCallArgOperandNo(CBArg) << " vs " << ArgNo << "\n"; in updateImpl()
6598 int DCArgNo = ACS.getCallArgOperandNo(ArgNo); in updateImpl()
H A DAttributor.cpp737 if (ACS.getCallArgOperandNo(u) != ArgNo) in getAssociatedArgument()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h511 int CSArgNo = ACS.getCallArgOperandNo(ArgNo);