Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h276 ValTy *getReturnedArgOperand() const { in getReturnedArgOperand() function
277 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
DInstructions.h1602 Value *getReturnedArgOperand() const;
3575 Value *getReturnedArgOperand() const;
/external/llvm/lib/IR/
DValue.cpp468 if (Value *RV = CS.getReturnedArgOperand()) { in stripPointerCastsAndOffsets()
523 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndAccumulateInBoundsConstantOffsets()
DInstructions.cpp334 Value *CallInst::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallInst
704 Value *InvokeInst::getReturnedArgOperand() const { in getReturnedArgOperand() function in InvokeInst
/external/llvm/lib/Analysis/
DLoads.cpp105 if (const Value *RV = CS.getReturnedArgOperand()) in isDereferenceableAndAlignedPointer()
DBasicAliasAnalysis.cpp380 if (const Value *RV = CS.getReturnedArgOperand()) { in DecomposeGEPExpression()
DValueTracking.cpp1287 if (Value *RV = CallSite(I).getReturnedArgOperand()) { in computeKnownBitsFromOperator()
2990 if (Value *RV = CS.getReturnedArgOperand()) { in GetUnderlyingObject()
DInstructionSimplify.cpp625 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndComputeConstantOffsets()
DScalarEvolution.cpp5232 if (Value *RV = CallSite(U).getReturnedArgOperand()) in createSCEV()