Searched refs:LowLimit (Results 1 – 1 of 1) sorted by relevance
552 Optional<const SCEV *> LowLimit; member1134 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()1432 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()1434 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()1445 ExitPreLoopAtSCEV = *SR.LowLimit; in run()1473 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()1475 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()1479 << *(*SR.LowLimit) << "\n"); in run()