Searched refs:rhs_regnum (Results 1 – 1 of 1) sorted by relevance
66 uint32_t rhs_regnum = rhs.GetAsKind(m_kind); in operator ==() local67 if (rhs_regnum != LLDB_INVALID_REGNUM) { in operator ==()68 return m_regnum == rhs_regnum; in operator ==()