Searched refs:createFPConstant (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 97 static Value createFPConstant(Location loc, Type srcType, Type dstType, in createFPConstant() function 877 Value one = createFPConstant(loc, srcType, dstType, rewriter, 1.0); in matchAndRewrite() 1227 Value two = createFPConstant(loc, srcType, dstType, rewriter, 2.0); in matchAndRewrite() 1231 Value one = createFPConstant(loc, srcType, dstType, rewriter, 1.0); in matchAndRewrite()
|