Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp524 Optional<const SCEV *> LowLimit; member
913 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()
1206 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()
1208 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()
1219 ExitPreLoopAtSCEV = *SR.LowLimit; in run()
1240 if (CanBeSMin(SE, *SR.LowLimit)) { in run()
1242 << "mainloop exit limit. LowLimit = " << *(*SR.LowLimit) in run()
1246 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()