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

References

lib/Analysis/BasicAliasAnalysis.cpp
 1096   if (GEP1->getNumIndices() != GEP2->getNumIndices() ||
 1096   if (GEP1->getNumIndices() != GEP2->getNumIndices() ||
 1097       GEP1->getNumIndices() < 2)
 1131   assert(GEP1->getNumIndices() > 1 && "Not enough GEP indices to examine");
 1136   for (unsigned i = 1, e = GEP1->getNumIndices() - 1; i != e; ++i) {
 1164     for (unsigned i = 0, e = GEP1->getNumIndices() - 1; i != e; ++i)
 1656           if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 &&
 1683           if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 &&
lib/Transforms/InstCombine/InstCombineCompares.cpp
  566         if (GEP->getNumIndices() != 1 || !GEP->isInBounds() ||
  774       if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 &&