Searched refs:createFPConstant (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 98 static Value createFPConstant(Location loc, Type srcType, Type dstType, in createFPConstant() function 882 Value one = createFPConstant(loc, srcType, dstType, rewriter, 1.0); in matchAndRewrite() 1232 Value two = createFPConstant(loc, srcType, dstType, rewriter, 2.0); in matchAndRewrite() 1236 Value one = createFPConstant(loc, srcType, dstType, rewriter, 1.0); in matchAndRewrite()
|