Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp495 Optional<const SCEV *> LowLimit; member
884 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()
1177 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()
1179 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()
1190 ExitPreLoopAtSCEV = *SR.LowLimit; in run()
1211 if (CanBeSMin(SE, *SR.LowLimit)) { in run()
1213 << "mainloop exit limit. LowLimit = " << *(*SR.LowLimit) in run()
1217 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp574 Optional<const SCEV *> LowLimit; member
1192 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()
1502 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()
1504 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()
1515 ExitPreLoopAtSCEV = *SR.LowLimit; in run()
1546 if (CannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()
1548 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()
1552 << *(*SR.LowLimit) << "\n"); in run()
/external/syzkaller/sys/windows/
Dwindows.txt243 GetCurrentThreadStackLimits(LowLimit ptr[inout, int64], HighLimit ptr[inout, int64])