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

References

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