Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DComplex.cpp24 mlir::Value fir::factory::Complex::createComplex(fir::KindTy kind, in createComplex() function in fir::factory::Complex
28 return createComplex(complexTy, real, imag); in createComplex()
31 mlir::Value fir::factory::Complex::createComplex(mlir::Type cplxTy, in createComplex() function in fir::factory::Complex
H A DFIRBuilder.cpp288 return helper.createComplex(toTy, cast, imag); in convertWithSemantics()
1216 return complexHelper.createComplex(type, zeroPart, zeroPart); in createZeroValue()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DComplex.h36 mlir::Value createComplex(fir::KindTy kind, mlir::Value real,
40 mlir::Value createComplex(mlir::Type complexType, mlir::Value real,
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp66 mlir::Value cVal1 = helper->createComplex(complexTy1, rOne, rTwo); in TEST_F()
67 mlir::Value cVal2 = helper->createComplex(4, rOne, rTwo); in TEST_F()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1236 return fir::factory::Complex{builder, getLoc()}.createComplex( in genval()
5435 return fir::factory::Complex{builder, loc}.createComplex(KIND, lhs, rhs); in genarr()
H A DIntrinsicCall.cpp2425 return fir::factory::Complex{builder, loc}.createComplex(resultType, real, in genCmplx()