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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  772       if (!GEP->isInBounds())
  774       if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 &&
  774       if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 &&
  775           GEP->getType() == V->getType()) {
  776         V = GEP->getOperand(0);
  777         Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1));