Home
last modified time | relevance | path

Searched refs:GetPromoKey (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp31 Scalar::PromotionKey Scalar::GetPromoKey() const { in GetPromoKey() function in Scalar
69 PromotionKey lhs_key = lhs.GetPromoKey(); in PromoteToMaxType()
70 PromotionKey rhs_key = rhs.GetPromoKey(); in PromoteToMaxType()
78 if (lhs.GetPromoKey() == rhs.GetPromoKey()) in PromoteToMaxType()
185 if (GetPromoKey() > PromotionKey(e_int, bits, !sign)) in IntegralPromote()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h208 PromotionKey GetPromoKey() const;