Lines Matching defs:ConstantPoolEmitterTraits
5744 template <> struct ConstantPoolEmitterTraits<float> { struct
5745 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> { struct
5762 using ConstantType = ConstantDouble;
5763 static constexpr Type IceType = IceType_f64;
5764 static const char AsmTag[];
5765 static const char TypeName[];
5766 static uint64_t bitcastToUint64(double Value) { in bitcastToUint64()