Searched refs:stepVal (Results 1 – 3 of 3) sorted by relevance
199 APInt stepVal = in visitNonControlFlowArguments() local202 if (stepVal.isNegative()) { in visitNonControlFlowArguments()
180 std::int64_t stepVal{1}; in Scan() local183 stepVal = ToInt64(foldedStep).value_or(1); in Scan()184 if (stepVal == 0) { in Scan()204 for (auto n{(*upper - value + stepVal) / stepVal}; n > 0; in Scan()205 --n, value += stepVal) { in Scan()
391 stepVal = forOp.getStep(); in buildLoopIterationCount() local394 ValueRange{ivVal, lbVal, stepVal}); in buildLoopIterationCount()