Searched refs:createRealZeroConstant (Results 1 – 5 of 5) sorted by relevance
144 TEST_F(FIRBuilderTest, createRealZeroConstant) { in TEST_F() argument149 auto cst = builder.createRealZeroConstant(loc, realTy); in TEST_F()
132 mlir::Value createRealZeroConstant(mlir::Location loc, mlir::Type realType) { in createRealZeroConstant() function
296 mlir::Value zero = builder.createRealZeroConstant(loc, sTy); in genNearest()
1211 return builder.createRealZeroConstant(loc, type); in createZeroValue()1215 mlir::Value zeroPart = builder.createRealZeroConstant(loc, partType); in createZeroValue()
2423 ? builder.createRealZeroConstant(loc, partType) in genCmplx()2596 mlir::Value zero = builder.createRealZeroConstant(loc, resultType); in genDim()3402 mlir::Value zero = builder.createRealZeroConstant(loc, remainder.getType()); in genModulo()