Searched defs:ConstantPoolEmitterTraits (Results 1 – 2 of 2) sorted by relevance
5744 template <> struct ConstantPoolEmitterTraits<float> { struct5745 using ConstantType = ConstantFloat;5746 static constexpr Type IceType = IceType_f32;5749 static const char AsmTag[];5750 static const char TypeName[];5751 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()5761 template <> struct ConstantPoolEmitterTraits<double> { struct5762 using ConstantType = ConstantDouble;5763 static constexpr Type IceType = IceType_f64;5764 static const char AsmTag[];[all …]
7235 template <> struct ConstantPoolEmitterTraits<float> { struct7236 using ConstantType = ConstantFloat;7237 static constexpr Type IceType = IceType_f32;7240 static const char AsmTag[];7241 static const char TypeName[];7242 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()7252 template <> struct ConstantPoolEmitterTraits<double> { struct7253 using ConstantType = ConstantDouble;7254 static constexpr Type IceType = IceType_f64;7255 static const char AsmTag[];[all …]