Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp38 return GetFloatPromoKey(m_float.getSemantics()); in GetPromoKey()
43 Scalar::PromotionKey Scalar::GetFloatPromoKey(const llvm::fltSemantics &sem) { in GetFloatPromoKey() function in Scalar
206 if (GetFloatPromoKey(semantics) < GetFloatPromoKey(m_float.getSemantics())) in FloatPromote()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h210 static PromotionKey GetFloatPromoKey(const llvm::fltSemantics &semantics);