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

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  859                                                 GEP->getPointerOperand(),
include/llvm/IR/Operator.h
  494     return getPointerOperand()->getType();
lib/Analysis/BasicAliasAnalysis.cpp
 1088   assert(GEP1->getPointerOperand()->stripPointerCastsAndInvariantGroups() ==
 1089              GEP2->getPointerOperand()->stripPointerCastsAndInvariantGroups() &&
 1384     if (GEP1->getPointerOperand()->stripPointerCastsAndInvariantGroups() ==
 1385             GEP2->getPointerOperand()->stripPointerCastsAndInvariantGroups() &&
lib/Analysis/Loads.cpp
   84     const Value *Base = GEP->getPointerOperand();
lib/Analysis/ValueTracking.cpp
 1856   if (isKnownNonZero(GEP->getPointerOperand(), Depth, Q))
lib/IR/Value.cpp
  494       V = GEP->getPointerOperand();
  587       V = GEP->getPointerOperand();