Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp67 mlir::Value cVal2 = helper->createComplex(4, rOne, rTwo); in TEST_F() local
69 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()