Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp43 rTwo = firBuilder->createRealConstant(loc, realTy1, 2u); in SetUp()
60 mlir::Value rTwo; member
66 mlir::Value cVal1 = helper->createComplex(complexTy1, rOne, rTwo); in TEST_F()
67 mlir::Value cVal2 = helper->createComplex(4, rOne, rTwo); in TEST_F()