Home
last modified time | relevance | path

Searched refs:getCallArgOperandNoForCallee (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DAbstractCallSite.h194 int getCallArgOperandNoForCallee() const { in getCallArgOperandNoForCallee() function
203 int CalleeArgIdx = getCallArgOperandNoForCallee(); in getCalleeUseForCallback()
213 return CB->getArgOperand(getCallArgOperandNoForCallee()); in getCalledOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h870 int getCallArgOperandNoForCallee() const {
879 int CalleeArgIdx = getCallArgOperandNoForCallee();
889 return CS.getArgOperand(getCallArgOperandNoForCallee());