Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp68 PromotionKey lhs_key = lhs.GetPromoKey(); in PromoteToMaxType() local
71 if (lhs_key > rhs_key) in PromoteToMaxType()
73 else if (rhs_key > lhs_key) in PromoteToMaxType()