Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h83 mlir::Value createRealZeroConstant(mlir::Location loc, mlir::Type realType);
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp60 Fortran::lower::FirOpBuilder::createRealZeroConstant(mlir::Location loc, in createRealZeroConstant() function in Fortran::lower::FirOpBuilder
DIntrinsicCall.cpp1041 auto zero = builder.createRealZeroConstant(loc, resultType); in genDim()