Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp552 Optional<const SCEV *> LowLimit; member
1134 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()