Lines Matching defs:AddIOp
1128 GENBIN(Add, Integer, mlir::arith::AddIOp)
1129 GENBIN(Add, Unsigned, mlir::arith::AddIOp)
1654 total = builder.create<mlir::arith::AddIOp>(loc, prod, total);
4254 offsets.push_back(builder.create<mlir::arith::AddIOp>(loc, n, one));
5232 GENBIN(Add, Integer, mlir::arith::AddIOp)
5233 GENBIN(Add, Unsigned, mlir::arith::AddIOp)
5428 auto add = builder.create<mlir::arith::AddIOp>(loc, lb, extent);
5556 builder.create<mlir::arith::AddIOp>(loc, initial, prod);
6300 auto endOff = builder.create<mlir::arith::AddIOp>(loc, off, arrSz);
6320 auto plusOne = builder.create<mlir::arith::AddIOp>(loc, off, one);
6350 auto plusOne = builder.create<mlir::arith::AddIOp>(loc, off, one);