Home
last modified time | relevance | path

Searched refs:zeroInt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp426 mlir::Value zeroInt = fir::factory::createZeroValue(builder, loc, i64Ty); in TEST_F() local
427 EXPECT_TRUE(zeroInt.getType() == i64Ty); in TEST_F()
429 mlir::dyn_cast_or_null<mlir::arith::ConstantOp>(zeroInt.getDefiningOp()); in TEST_F()