Lines Matching defs:inner_code
9872 enum rtx_code inner_code;
9897 inner_code = GET_CODE (lhs);
9898 if (inner_code != GET_CODE (rhs))
9902 switch (inner_code)
9966 if (code == XOR && inner_code == IOR)
9968 inner_code = AND;
9975 return simplify_gen_binary (inner_code, GET_MODE (x),
10002 enum rtx_code outer_code, inner_code;
10019 inner_code = GET_CODE (decomposed);
10025 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT)
10044 tmp = apply_distributive_law (simplify_gen_binary (inner_code, mode,