Home
last modified time | relevance | path

Searched defs:getReturnedArgOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h301 ValTy *getReturnedArgOperand() const { in getReturnedArgOperand() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp288 Value *CallBase::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallBase