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