Lines Matching defs:ConstantPoolEmitterTraits
7235 template <> struct ConstantPoolEmitterTraits<float> { struct
7236 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> { struct
7253 using ConstantType = ConstantDouble;
7254 static constexpr Type IceType = IceType_f64;
7255 static const char AsmTag[];
7256 static const char TypeName[];
7257 static uint64_t bitcastToUint64(double Value) { in bitcastToUint64()