Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp83 helper->insertComplexPart(cVal1, rThree, /*isImagPart=*/false); in TEST_F()
85 helper->insertComplexPart(cVal3, rFour, /*isImagPart=*/true); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DComplex.h53 mlir::Value insertComplexPart(mlir::Value cplx, mlir::Value part, in insertComplexPart() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2451 return fir::factory::Complex{builder, loc}.insertComplexPart( in genConjg()