Lines Matching refs:inner_code
9964 enum rtx_code inner_code; in apply_distributive_law() local
9989 inner_code = GET_CODE (lhs); in apply_distributive_law()
9990 if (inner_code != GET_CODE (rhs)) in apply_distributive_law()
9994 switch (inner_code) in apply_distributive_law()
10058 if (code == XOR && inner_code == IOR) in apply_distributive_law()
10060 inner_code = AND; in apply_distributive_law()
10067 return simplify_gen_binary (inner_code, GET_MODE (x), in apply_distributive_law()
10094 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local
10111 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx()
10117 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx()
10136 tmp = apply_distributive_law (simplify_gen_binary (inner_code, mode, in distribute_and_simplify_rtx()