Searched refs:HighLimit (Results 1 – 1 of 1) sorted by relevance
550 std::optional<const SCEV *> HighLimit; member1140 Result.HighLimit = Clamp(Range.getEnd()); in calculateSubRanges()1434 Increasing ? SR.LowLimit.has_value() : SR.HighLimit.has_value(); in run()1436 Increasing ? SR.HighLimit.has_value() : SR.LowLimit.has_value(); in run()1448 else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE, in run()1450 ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS); in run()1454 << *(*SR.HighLimit) << "\n"); in run()1474 ExitMainLoopAtSCEV = *SR.HighLimit; in run()