Searched refs:getReturnedArgOperand (Results 1 – 8 of 8) sorted by relevance
626 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets()728 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets()
325 Value *CallBase::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallBase
305 const Value *ReturnedOp = CB->getReturnedArgOperand(); in getNoopInput()
1769 Value *getReturnedArgOperand() const;
2347 if (Value *ReturnedArg = Call.getReturnedArgOperand()) { in visitCallBase()
1511 if (const Value *RV = cast<CallBase>(I)->getReturnedArgOperand()) { in computeKnownBitsFromOperator()4263 if (const Value *RV = Call->getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer()
6879 if (Value *RV = cast<CallBase>(U)->getReturnedArgOperand()) in createSCEV()
1598 if (auto *ReturnedValue = II->getReturnedArgOperand()) { in performSymbolicCallEvaluation()