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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  566         if (GEP->getNumIndices() != 1 || !GEP->isInBounds() ||
  566         if (GEP->getNumIndices() != 1 || !GEP->isInBounds() ||
  567             GEP->getType() != Start->getType())
  570         if (Explored.count(GEP->getOperand(0)) == 0)
  571           WorkList.push_back(GEP->getOperand(0));