Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp69 PromotionKey lhs_key = lhs.GetPromoKey(); in PromoteToMaxType() local
72 if (lhs_key > rhs_key) in PromoteToMaxType()
74 else if (rhs_key > lhs_key) in PromoteToMaxType()