Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp84 mlir::Value cVal4 = in TEST_F() local
86 EXPECT_TRUE(fir::isa_complex(cVal4.getType())); in TEST_F()
87 EXPECT_TRUE(fir::isa_real(helper->getComplexPartType(cVal4))); in TEST_F()