Searched defs:ConstantPoolEmitterTraits (Results 1 – 2 of 2) sorted by relevance
5697 template <> struct ConstantPoolEmitterTraits<float> { struct5698 using ConstantType = ConstantFloat;5699 static constexpr Type IceType = IceType_f32;5702 static const char AsmTag[];5703 static const char TypeName[];5704 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()5714 template <> struct ConstantPoolEmitterTraits<double> { struct5715 using ConstantType = ConstantDouble;5716 static constexpr Type IceType = IceType_f64;5717 static const char AsmTag[];[all …]
6820 template <> struct ConstantPoolEmitterTraits<float> { struct6821 using ConstantType = ConstantFloat;6822 static constexpr Type IceType = IceType_f32;6825 static const char AsmTag[];6826 static const char TypeName[];6827 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()6837 template <> struct ConstantPoolEmitterTraits<double> { struct6838 using ConstantType = ConstantDouble;6839 static constexpr Type IceType = IceType_f64;6840 static const char AsmTag[];[all …]