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

References

lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  618   for (auto I = ExtInsts.rbegin(), E = ExtInsts.rend(); I != E; ++I) {
  618   for (auto I = ExtInsts.rbegin(), E = ExtInsts.rend(); I != E; ++I) {
  622       Current = ConstantExpr::getCast((*I)->getOpcode(), C, (*I)->getType());
  622       Current = ConstantExpr::getCast((*I)->getOpcode(), C, (*I)->getType());
  624       Instruction *Ext = (*I)->clone();