Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp38 complexTy1 = fir::ComplexType::get(&context, 4); in SetUp()
55 fir::ComplexType complexTy1; member
66 mlir::Value cVal1 = helper->createComplex(complexTy1, rOne, rTwo); in TEST_F()
94 mlir::Value v1 = firBuilder->convertWithSemantics(loc, complexTy1, rOne); in TEST_F()