Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h63 mlir::Value convertWithSemantics(mlir::Location loc, mlir::Type toTy,
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp138 mlir::Value Fortran::lower::FirOpBuilder::convertWithSemantics( in convertWithSemantics() function in Fortran::lower::FirOpBuilder
DIntrinsicCall.cpp941 return builder.convertWithSemantics(loc, resultType, args[0]); in genConversion()