Searched refs:e_float (Results 1 – 2 of 2) sorted by relevance
37 case e_float: in GetPromoKey()49 return PromotionKey{e_float, entry.index(), false}; in GetFloatPromoKey()64 case e_float: in PromoteToMaxType()126 case e_float: in GetBytes()138 case e_float: in GetByteSize()150 case e_float: in IsZero()166 case e_float: in GetValue()182 case e_float: in IntegralPromote()205 case e_float: in FloatPromote()214 m_type = e_float; in FloatPromote()[all …]
48 e_float, enumerator63 Scalar(float v) : m_type(e_float), m_float(v) {} in Scalar()64 Scalar(double v) : m_type(e_float), m_float(v) {} in Scalar()65 Scalar(long double v) : m_type(e_float), m_float(double(v)) { in Scalar()74 Scalar(llvm::APFloat v) : m_type(e_float), m_integer(0), m_float(v) {} in Scalar()107 bool IsValid() const { return (m_type >= e_int) && (m_type <= e_float); } in IsValid()