Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DComplexExpr.h39 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart() function
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp160 auto rp = helper.extractComplexPart(val, /*isImagPart=*/false); in convertWithSemantics()
DIntrinsicCall.cpp978 return Fortran::lower::ComplexExprHelper{builder, loc}.extractComplexPart( in genAimag()
1022 Fortran::lower::ComplexExprHelper{builder, loc}.extractComplexPart( in genConjg()