Searched refs:other_code (Results 1 – 1 of 1) sorted by relevance
1075 enum rtx_code other_code; in condition_dominates_p() local1084 other_code = GET_CODE (other_condition); in condition_dominates_p()1085 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2 in condition_dominates_p()1090 return comparison_dominates_p (code, other_code); in condition_dominates_p()