Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h124 mlir::Value createRealConstant(mlir::Location loc, mlir::Type realType,
128 mlir::Value createRealConstant(mlir::Location loc, mlir::Type realType,
132 mlir::Value createRealZeroConstant(mlir::Location loc, mlir::Type realType) { in createRealZeroConstant() argument
133 return createRealConstant(loc, realType, 0u); in createRealZeroConstant()