Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp626 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets()
728 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets()
H A DInstructions.cpp325 Value *CallBase::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp305 const Value *ReturnedOp = CB->getReturnedArgOperand(); in getNoopInput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1769 Value *getReturnedArgOperand() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2347 if (Value *ReturnedArg = Call.getReturnedArgOperand()) { in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1511 if (const Value *RV = cast<CallBase>(I)->getReturnedArgOperand()) { in computeKnownBitsFromOperator()
4263 if (const Value *RV = Call->getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer()
H A DScalarEvolution.cpp6879 if (Value *RV = cast<CallBase>(U)->getReturnedArgOperand()) in createSCEV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1598 if (auto *ReturnedValue = II->getReturnedArgOperand()) { in performSymbolicCallEvaluation()