Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:nextValue

2432       const APInt& nextValue = cast<ConstantInt>(J->Low)->getValue();
2439 if ((nextValue - currentValue == 1) && (currentBB == nextBB)) {