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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp518 // these fields are computed. `LowLimit` is None if there is no restriction
524 Optional<const SCEV *> LowLimit; member in struct:__anon3193::__anon3194::LoopConstrainer::SubRanges
896 // [`Result.LowLimit`, `Result.HighLimit`) = [`Smallest`, `Smallest`)
913 Result.LowLimit = Clamp(Range.getBegin());
1206 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue();
1208 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue();
1219 ExitPreLoopAtSCEV = *SR.LowLimit;
1240 if (CanBeSMin(SE, *SR.LowLimit)) {
1242 << "mainloop exit limit. LowLimit = " << *(*SR.LowLimit)
[all...]

Completed in 86 milliseconds