Searched refs:our_rhs (Results 1 – 1 of 1) sorted by relevance
909 const UndefinedRule *our_rhs = dynamic_cast<const UndefinedRule *>(&rhs); in operator ==() local910 return (our_rhs != NULL); in operator ==()926 const SameValueRule *our_rhs = dynamic_cast<const SameValueRule *>(&rhs); in operator ==() local927 return (our_rhs != NULL); in operator ==()945 const OffsetRule *our_rhs = dynamic_cast<const OffsetRule *>(&rhs); in operator ==() local946 return (our_rhs && in operator ==()947 base_register_ == our_rhs->base_register_ && in operator ==()948 offset_ == our_rhs->offset_); in operator ==()974 const ValOffsetRule *our_rhs = dynamic_cast<const ValOffsetRule *>(&rhs); in operator ==() local975 return (our_rhs && in operator ==()[all …]