Lines Matching defs:bitSize
3466 mlir::Value bitSize = builder.createIntegerConstant(loc, signlessType, bits);
3470 mlir::Value diff = builder.create<mlir::arith::SubIOp>(loc, bitSize, shift);
3499 mlir::Value bitSize = builder.createIntegerConstant(loc, signlessType, bits);
3503 mlir::Value diff = builder.create<mlir::arith::SubIOp>(loc, bitSize, shift);
4127 mlir::Value bitSize = builder.createIntegerConstant(
4130 builder.create<mlir::arith::SubIOp>(loc, bitSize, len);
5799 mlir::Value bitSize =
5810 loc, mlir::arith::CmpIPredicate::sge, absShift, bitSize);
5846 mlir::Value bitSize =
5853 args[2] ? builder.createConvert(loc, signlessType, args[2]) : bitSize;
5871 loc, mlir::arith::CmpIPredicate::ne, size, bitSize);
5878 builder.create<mlir::arith::SubIOp>(loc, bitSize, leftSize);
5884 builder.create<mlir::arith::SubIOp>(loc, bitSize, rightSize);
6007 mlir::Value bitSize = builder.createIntegerConstant(loc, signlessType, bits);
6016 builder.create<mlir::arith::SubIOp>(loc, bitSize, bitsToSet);
6309 mlir::Value bitSize = builder.createIntegerConstant(
6312 auto shiftCount = builder.create<mlir::arith::SubIOp>(loc, bitSize, len);
7261 mlir::Value bitSize = builder.createIntegerConstant(loc, signlessType, bits);
7268 loc, mlir::arith::CmpIPredicate::sge, shift, bitSize);
7289 mlir::Value bitSize = builder.createIntegerConstant(loc, signlessType, bits);
7292 loc, mlir::arith::CmpIPredicate::uge, shift, bitSize);