Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp833 struct DoubleWord { in prepareConstantInt() struct
838 words = llvm::bit_cast<DoubleWord>(value.getSExtValue()); in prepareConstantInt()
840 words = llvm::bit_cast<DoubleWord>(value.getZExtValue()); in prepareConstantInt()
888 struct DoubleWord { in prepareConstantFp() struct
891 } words = llvm::bit_cast<DoubleWord>(value.convertToDouble()); in prepareConstantFp()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1147 struct DoubleWord { in processConstant() struct
1180 struct DoubleWord { in processConstant() struct