Searched refs:LowLimit (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()757 ExitPreLoopAtSCEV = *SR.LowLimit; in run()785 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()787 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()791 << *(*SR.LowLimit) << "\n"); in run()
105 std::optional<const SCEV *> LowLimit; member
637 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()