Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp744 Increasing ? SR.LowLimit.has_value() : SR.HighLimit.has_value(); in run()
746 Increasing ? SR.HighLimit.has_value() : SR.LowLimit.has_value(); in run()
757 ExitPreLoopAtSCEV = *SR.LowLimit; in run()
785 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()
787 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS); in run()
791 << *(*SR.LowLimit) << "\n"); in run()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h105 std::optional<const SCEV *> LowLimit; member
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp637 Result.LowLimit = Clamp(Range.getBegin()); in calculateSubRanges()