Home | History | Annotate | Download | only in Scalar

Lines Matching full:stepci

755       ConstantInt *StepCI = StepExpr->getValue();
756 if (StepCI->isOne() || StepCI->isMinusOne()) {
757 IsIncreasing = StepCI->isOne();