Searched defs:ConstantPoolEmitterTraits (Results 1 – 2 of 2) sorted by relevance
5776 template <> struct ConstantPoolEmitterTraits<float> { struct5777 using ConstantType = ConstantFloat;5778 static constexpr Type IceType = IceType_f32;5781 static const char AsmTag[];5782 static const char TypeName[];5783 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()5793 template <> struct ConstantPoolEmitterTraits<double> { struct5794 using ConstantType = ConstantDouble;5795 static constexpr Type IceType = IceType_f64;5796 static const char AsmTag[];[all …]
7255 template <> struct ConstantPoolEmitterTraits<float> { struct7256 using ConstantType = ConstantFloat;7257 static constexpr Type IceType = IceType_f32;7260 static const char AsmTag[];7261 static const char TypeName[];7262 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()7272 template <> struct ConstantPoolEmitterTraits<double> { struct7273 using ConstantType = ConstantDouble;7274 static constexpr Type IceType = IceType_f64;7275 static const char AsmTag[];[all …]