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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1416       Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue();
 1416       Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue();
 1418       Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue();
 1418       Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue();
 1429       ExitPreLoopAtSCEV = *SR.LowLimit;
 1430     else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE,
 1432       ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS);
 1436                         << *(*SR.HighLimit) << "\n");
 1456       ExitMainLoopAtSCEV = *SR.HighLimit;
 1457     else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE,
 1459       ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS);
 1463                         << *(*SR.LowLimit) << "\n");