Searched refs:other_code (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dreorg.c1084 enum rtx_code other_code;
1093 other_code = GET_CODE (other_condition);
1094 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2
1099 return comparison_dominates_p (code, other_code);
1075 enum rtx_code other_code; local

Completed in 195 milliseconds