Searched refs:rhs_module (Results 1 – 2 of 2) sorted by relevance
959 Module *rhs_module = rhs_module_sp.get(); in operator <() local960 if (lhs_module == rhs_module) { in operator <()966 return lhs_module < rhs_module; in operator <()974 Module *rhs_module = rhs_module_sp.get(); in operator >() local975 if (lhs_module == rhs_module) { in operator >()981 return lhs_module > rhs_module; in operator >()
3812 auto rhs_module = rhs->GetModule(); in operator ()() local3813 CHECK((lhs_module == nullptr && rhs_module == nullptr) || in operator ()()3814 (lhs_module != nullptr && rhs_module != nullptr)); in operator ()()3816 lhs_module->unique_id() != rhs_module->unique_id()) { in operator ()()3817 return lhs_module->unique_id() < rhs_module->unique_id(); in operator ()()