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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1456       ExitMainLoopAtSCEV = *SR.HighLimit;
 1459       ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS);
 1467     if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) {
 1469                         << " main loop exit limit " << *ExitMainLoopAtSCEV
 1475     ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt);