Searched refs:zeroInt (Results 1 – 1 of 1) sorted by relevance
426 mlir::Value zeroInt = fir::factory::createZeroValue(builder, loc, i64Ty); in TEST_F() local427 EXPECT_TRUE(zeroInt.getType() == i64Ty); in TEST_F()429 mlir::dyn_cast_or_null<mlir::arith::ConstantOp>(zeroInt.getDefiningOp()); in TEST_F()