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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1429       ExitPreLoopAtSCEV = *SR.LowLimit;
 1432       ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS);
 1440     if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) {
 1442                         << " preloop exit limit " << *ExitPreLoopAtSCEV
 1448     ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt);