Searched refs:LowLimit (Results 1 – 3 of 3) sorted by relevance
495 Optional<const SCEV *> LowLimit; member884 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()1177 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()1179 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()1190 ExitPreLoopAtSCEV = *SR.LowLimit; in run()1211 if (CanBeSMin(SE, *SR.LowLimit)) { in run()1213 << "mainloop exit limit. LowLimit = " << *(*SR.LowLimit) in run()1217 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()
574 Optional<const SCEV *> LowLimit; member1192 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()1502 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()1504 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()1515 ExitPreLoopAtSCEV = *SR.LowLimit; in run()1546 if (CannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()1548 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()1552 << *(*SR.LowLimit) << "\n"); in run()
243 GetCurrentThreadStackLimits(LowLimit ptr[inout, int64], HighLimit ptr[inout, int64])