Searched refs:realType (Results 1 – 1 of 1) sorted by relevance
124 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() argument133 return createRealConstant(loc, realType, 0u); in createRealZeroConstant()