Searched refs:our_rhs (Results 1 – 1 of 1) sorted by relevance
1340 const UndefinedRule *our_rhs = dynamic_cast<const UndefinedRule *>(&rhs); in operator ==() local1341 return (our_rhs != NULL); in operator ==()1357 const SameValueRule *our_rhs = dynamic_cast<const SameValueRule *>(&rhs); in operator ==() local1358 return (our_rhs != NULL); in operator ==()1376 const OffsetRule *our_rhs = dynamic_cast<const OffsetRule *>(&rhs); in operator ==() local1377 return (our_rhs && in operator ==()1378 base_register_ == our_rhs->base_register_ && in operator ==()1379 offset_ == our_rhs->offset_); in operator ==()1405 const ValOffsetRule *our_rhs = dynamic_cast<const ValOffsetRule *>(&rhs); in operator ==() local1406 return (our_rhs && in operator ==()[all …]