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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp871 bool IsIncreasing = !StepCI->isNegative(); local
886 if (IsIncreasing) {
1050 Result.IndVarIncreasing = IsIncreasing;

Completed in 229 milliseconds