Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp550 Optional<const SCEV *> LowLimit; member
1132 Result.LowLimit = Clamp(Range.getBegin()); 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()
1443 ExitPreLoopAtSCEV = *SR.LowLimit; in run()
1471 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()
1473 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()
1477 << *(*SR.LowLimit) << "\n"); in run()