Lines Matching refs:true_code
6016 enum rtx_code true_code = GET_CODE (cond); in simplify_if_then_else() local
6025 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else()
6053 swapped = 1, true_code = EQ, false_code = NE; in simplify_if_then_else()
6061 if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
6067 else if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
6080 true_rtx = subst (known_cond (copy_rtx (true_rtx), true_code, in simplify_if_then_else()
6093 true_code = GET_CODE (cond); in simplify_if_then_else()
6114 true_code = reversed_comparison_code (cond, NULL); in simplify_if_then_else()
6123 true_code = GET_CODE (cond); in simplify_if_then_else()
6133 if (true_code == EQ && ! side_effects_p (cond) in simplify_if_then_else()
6138 else if (true_code == NE && ! side_effects_p (cond) in simplify_if_then_else()
6153 switch (true_code) in simplify_if_then_else()
6175 switch (true_code) in simplify_if_then_else()
6301 temp = subst (simplify_gen_relational (true_code, m, VOIDmode, in simplify_if_then_else()
6322 if (true_code == NE && XEXP (cond, 1) == const0_rtx in simplify_if_then_else()
6334 if (true_code == NE && XEXP (cond, 1) == const0_rtx in simplify_if_then_else()