Searched refs:rhs_core (Results 1 – 1 of 1) sorted by relevance
744 const ArchSpec::Core rhs_core = rhs.GetCore (); in IsEqualTo() local746 const bool core_match = cores_match (lhs_core, rhs_core, true, exact_match); in IsEqualTo()891 const ArchSpec::Core rhs_core = rhs.GetCore (); in operator <() local892 return lhs_core < rhs_core; in operator <()