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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp952 bool IncreasedRightValueByOne = false; local
973 IncreasedRightValueByOne = true;
977 IncreasedRightValueByOne = true;
1010 if (!IncreasedRightValueByOne)
1014 assert(!IncreasedRightValueByOne &&

Completed in 66 milliseconds