Lines Matching refs:true_code
6394 enum rtx_code true_code = GET_CODE (cond); in simplify_if_then_else() local
6404 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else()
6432 swapped = 1, true_code = EQ, false_code = NE; in simplify_if_then_else()
6443 if (true_code == EQ in simplify_if_then_else()
6450 else if (true_code == EQ in simplify_if_then_else()
6465 true_rtx = subst (known_cond (copy_rtx (true_rtx), true_code, in simplify_if_then_else()
6478 true_code = GET_CODE (cond); in simplify_if_then_else()
6499 true_code = reversed_comparison_code (cond, NULL); in simplify_if_then_else()
6508 true_code = GET_CODE (cond); in simplify_if_then_else()
6518 if (true_code == EQ && ! side_effects_p (cond) in simplify_if_then_else()
6523 else if (true_code == NE && ! side_effects_p (cond) in simplify_if_then_else()
6538 switch (true_code) in simplify_if_then_else()
6560 switch (true_code) in simplify_if_then_else()
6694 temp = subst (simplify_gen_relational (true_code, cm, VOIDmode, in simplify_if_then_else()
6715 if (true_code == NE in simplify_if_then_else()
6731 if (true_code == NE && XEXP (cond, 1) == const0_rtx in simplify_if_then_else()