Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h301 ValTy *getReturnedArgOperand() const { in getReturnedArgOperand() function
302 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
H A DInstrTypes.h1479 Value *getReturnedArgOperand() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp506 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets()
576 if (const Value *RV = Call->getReturnedArgOperand()) { in stripAndAccumulateInBoundsConstantOffsets()
H A DInstructions.cpp288 Value *CallBase::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallBase
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp275 const Value *ReturnedOp = CS.getReturnedArgOperand(); in getNoopInput()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1458 if (const Value *RV = ImmutableCallSite(I).getReturnedArgOperand()) { in computeKnownBitsFromOperator()
3630 if (const Value *RV = Call->getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer()
H A DInstructionSimplify.cpp676 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndComputeConstantOffsets()
H A DScalarEvolution.cpp6487 if (Value *RV = CallSite(U).getReturnedArgOperand()) in createSCEV()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1631 if (auto *ReturnedValue = II->getReturnedArgOperand()) { in performSymbolicCallEvaluation()