Lines Matching defs:off
151 for (int64_t off = offset, e = offset + size * stride, idx = 0; off < e;
152 off += stride, ++idx) {
160 rewriter.create<ExtractOp>(loc, op.getDest(), off);
169 res = rewriter.create<InsertOp>(loc, extractedSource, res, off);
204 for (int64_t off = offset, e = offset + size * stride; off < e;
205 off += stride)
206 offsets.push_back(off);
298 for (int64_t off = offset, e = offset + size * stride, idx = 0; off < e;
299 off += stride, ++idx) {
300 Value one = rewriter.create<ExtractOp>(loc, op.getVector(), off);