reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/BasicAliasAnalysis.cpp
 1656           if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 &&
 1683           if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 &&
lib/Analysis/CFLGraph.h
  323       auto *Op = GEPOp.getPointerOperand();
lib/Analysis/InlineCost.cpp
 1666       V = GEP->getPointerOperand();
lib/Analysis/InstructionSimplify.cpp
 3433       if (GLHS->getPointerOperand() == GRHS->getPointerOperand() &&
lib/Analysis/MemoryBuiltins.cpp
  748   SizeOffsetType PtrData = compute(GEP.getPointerOperand());
  971   SizeOffsetEvalType PtrData = compute_(GEP.getPointerOperand());
lib/Analysis/ScalarEvolution.cpp
 3488   const SCEV *BaseExpr = getSCEV(GEP->getPointerOperand());
 5096             const SCEV *Ptr = getSCEV(GEP->getPointerOperand());
lib/Analysis/ValueTracking.cpp
 3720       V = GEP->getPointerOperand();
lib/Transforms/IPO/LowerTypeTests.cpp
  711     return isKnownTypeIdMember(TypeId, DL, GEP->getPointerOperand(), COffset);
lib/Transforms/InstCombine/InstCombineCompares.cpp
  898     auto *Base = GEPLHS->getPointerOperand();
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  703         Arg = cast<GEPOperator>(Arg)->getPointerOperand();
lib/Transforms/Scalar/IndVarSimplify.cpp
  197     FromPtr = GEP->getPointerOperand();
  200     ToPtr = GEP->getPointerOperand();
lib/Transforms/Scalar/SROA.cpp
 1613       Ptr = GEP->getPointerOperand();
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4578   assert(GEP->getPointerOperand() == BasePtr &&
tools/polly/lib/Analysis/ScopBuilder.cpp
 1441     Value *Descriptor = dyn_cast<Value>(DescriptorGEP->getPointerOperand());