Lines Matching defs:i32Ty
3582 mlir::IntegerType i32Ty = builder.getIntegerType(32);
3598 mlir::Value one = builder.createIntegerConstant(loc, i32Ty, 1);
3614 mlir::Value one = builder.createIntegerConstant(loc, i32Ty, 1);
4256 mlir::IntegerType i32Ty = builder.getIntegerType(32);
4257 mlir::Value uno = builder.createIntegerConstant(loc, i32Ty, 1);
4271 mlir::Value two = builder.createIntegerConstant(loc, i32Ty, 2);
4328 mlir::IntegerType i32Ty = builder.getIntegerType(32);
4329 mlir::Value one = builder.createIntegerConstant(loc, i32Ty, 1);
4340 mlir::Value two = builder.createIntegerConstant(loc, i32Ty, 2);
4348 mlir::Value off = builder.createIntegerConstant(loc, i32Ty, i);