Searched refs:extractComplexPart (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/ |
| H A D | ComplexTest.cpp | 73 mlir::Value real1 = helper->extractComplexPart(cVal1, /*isImagPart=*/false); in TEST_F() 74 mlir::Value imag1 = helper->extractComplexPart(cVal1, /*isImagPart=*/true); 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()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | Complex.h | 44 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart() function
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 293 auto rp = helper.extractComplexPart(val, /*isImagPart=*/false); in convertWithSemantics()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 1149 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart() function in __anon67dfc8450c11::ScalarExprLowering 1150 return fir::factory::Complex{builder, getLoc()}.extractComplexPart( in extractComplexPart() 1156 return extractComplexPart(genunbox(part.left()), part.isImaginaryPart); in genval() 5281 return fir::factory::Complex{builder, loc}.extractComplexPart(lhs, in genarr()
|
| H A D | IntrinsicCall.cpp | 2168 return fir::factory::Complex{builder, loc}.extractComplexPart( in genAimag() 2448 auto imag = fir::factory::Complex{builder, loc}.extractComplexPart( in genConjg()
|