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