Lines Matching defs:loopCount
306 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one);
307 bounds.push_back(loopCount);
318 mlir::Value loopCount = bounds[i - 1];
319 auto loop = builder.create<OP>(loc, zeroIdx, loopCount, step,
604 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one);
605 bounds.push_back(loopCount);
616 mlir::Value loopCount = bounds[i - 1];
618 builder.create<fir::DoLoopOp>(loc, zeroIdx, loopCount, step, false,
957 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one);
958 auto loop = builder.create<fir::DoLoopOp>(loc, zeroIdx, loopCount, step,