Searched refs:getReturnedArgOperand (Results 1 – 8 of 8) sorted by relevance
652 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets()754 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets()
329 Value *CallBase::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallBase
305 const Value *ReturnedOp = CB->getReturnedArgOperand(); in getNoopInput()
1768 Value *getReturnedArgOperand() const;
2443 if (Value *ReturnedArg = Call.getReturnedArgOperand()) { in visitCallBase()
1553 if (const Value *RV = cast<CallBase>(I)->getReturnedArgOperand()) { in computeKnownBitsFromOperator()4305 if (const Value *RV = Call->getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer()
7096 if (Value *RV = cast<CallBase>(U)->getReturnedArgOperand()) in createSCEV()
1598 if (auto *ReturnedValue = II->getReturnedArgOperand()) { in performSymbolicCallEvaluation()