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

References

lib/Transforms/IPO/GlobalOpt.cpp
  375   ++GEPI; // Skip over the pointer index.
  382   for (; GEPI != E; ++GEPI) {
  382   for (; GEPI != E; ++GEPI) {
  383     if (GEPI.isStruct())
  386     ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
  387     if (!IdxVal || (GEPI.isBoundedSequential() &&
  388                     IdxVal->getZExtValue() >= GEPI.getSequentialNumElements()))