Home
last modified time | relevance | path

Searched refs:HighLimit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp551 Optional<const SCEV *> HighLimit; member
1137 Result.HighLimit = Clamp(Range.getEnd()); in calculateSubRanges()
1430 Increasing ? SR.LowLimit.has_value() : SR.HighLimit.has_value(); in run()
1432 Increasing ? SR.HighLimit.has_value() : SR.LowLimit.has_value(); in run()
1444 else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE, in run()
1446 ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS); in run()
1450 << *(*SR.HighLimit) << "\n"); in run()
1470 ExitMainLoopAtSCEV = *SR.HighLimit; in run()