Searched refs:HighLimit (Results 1 – 3 of 3) sorted by relevance
744 Increasing ? SR.LowLimit.has_value() : SR.HighLimit.has_value(); in run()746 Increasing ? SR.HighLimit.has_value() : SR.LowLimit.has_value(); in run()758 else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE, in run()760 ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS); in run()764 << *(*SR.HighLimit) << "\n"); in run()784 ExitMainLoopAtSCEV = *SR.HighLimit; in run()
106 std::optional<const SCEV *> HighLimit; member
642 Result.HighLimit = Clamp(Range.getEnd()); in calculateSubRanges()