Searched refs:cVal2 (Results 1 – 1 of 1) sorted by relevance
67 mlir::Value cVal2 = helper->createComplex(4, rOne, rTwo); in TEST_F() local69 EXPECT_TRUE(fir::isa_complex(cVal2.getType())); in TEST_F()71 EXPECT_TRUE(fir::isa_real(helper->getComplexPartType(cVal2))); in TEST_F()75 mlir::Value real2 = helper->extractComplexPart(cVal2, /*isImagPart=*/false); in TEST_F()76 mlir::Value imag2 = helper->extractComplexPart(cVal2, /*isImagPart=*/true); in TEST_F()