Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DConvertType.h114 mlir::Type convertReal(mlir::MLIRContext *ctxt, int KIND);
/external/llvm-project/flang/lib/Lower/
DComplexExpr.cpp18 return Fortran::lower::convertReal( in getComplexPartType()
DConvertType.cpp520 mlir::Type Fortran::lower::convertReal(mlir::MLIRContext *context, int kind) { in convertReal() function in Fortran::lower