Lines Matching defs:ConstantPoolEmitterTraits
5776 template <> struct ConstantPoolEmitterTraits<float> { struct
5777 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> { struct
5794 using ConstantType = ConstantDouble;
5795 static constexpr Type IceType = IceType_f64;
5796 static const char AsmTag[];
5797 static const char TypeName[];
5798 static uint64_t bitcastToUint64(double Value) { in bitcastToUint64()