Lines Matching defs:step
31 step,
41 - `step` is the value to use as loop step.
51 results, lower_bound, upper_bound, step, iter_args, loc=loc, ip=ip
109 step=None,
115 if step is None:
116 step = 1
120 params = [start, stop, step]
128 start, stop, step = params
130 for_op = ForOp(start, stop, step, iter_args, loc=loc, ip=ip)