Home
last modified time | relevance | path

Searched refs:getReturnedArgOperand (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp652 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets()
754 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets()
H A DInstructions.cpp329 Value *CallBase::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallBase
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp305 const Value *ReturnedOp = CB->getReturnedArgOperand(); in getNoopInput()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1768 Value *getReturnedArgOperand() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2443 if (Value *ReturnedArg = Call.getReturnedArgOperand()) { in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1553 if (const Value *RV = cast<CallBase>(I)->getReturnedArgOperand()) { in computeKnownBitsFromOperator()
4305 if (const Value *RV = Call->getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer()
H A DScalarEvolution.cpp7096 if (Value *RV = cast<CallBase>(U)->getReturnedArgOperand()) in createSCEV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1598 if (auto *ReturnedValue = II->getReturnedArgOperand()) { in performSymbolicCallEvaluation()