Searched refs:LowLimit (Results 1 – 1 of 1) sorted by relevance
549 std::optional<const SCEV *> LowLimit; member1135 Result.LowLimit = Clamp(Range.getBegin()); 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()1447 ExitPreLoopAtSCEV = *SR.LowLimit; in run()1475 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()1477 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()1481 << *(*SR.LowLimit) << "\n"); in run()