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

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp714 auto IsInductionVar = [&](const SCEVAddRecExpr *AR, bool &IsIncreasing) {
728 IsIncreasing = StepCI->isOne();
740 bool IsIncreasing = false; local
741 if (!IsInductionVar(IndVarNext, IsIncreasing)) {
748 if (IsIncreasing) {
820 Result.IndVarIncreasing = IsIncreasing;

Completed in 391 milliseconds