Lines Matching refs:code2

5492 		   enum tree_code code2, tree op2a, tree op2b);
5495 enum tree_code code2, tree op2a, tree op2b);
5498 enum tree_code code2, tree op2a, tree op2b);
5501 enum tree_code code2, tree op2a, tree op2b);
5504 enum tree_code code2, tree op2a, tree op2b);
5507 enum tree_code code2, tree op2a, tree op2b);
5516 enum tree_code code2, tree op2a, tree op2b) in and_var_with_comparison() argument
5530 invert_tree_comparison (code2, false), in and_var_with_comparison()
5533 t = and_var_with_comparison_1 (type, stmt, code2, op2a, op2b); in and_var_with_comparison()
5543 enum tree_code code2, tree op2a, tree op2b) in and_var_with_comparison_1() argument
5554 if ((code2 == NE_EXPR && integer_zerop (op2b)) in and_var_with_comparison_1()
5555 || (code2 == EQ_EXPR && integer_nonzerop (op2b))) in and_var_with_comparison_1()
5561 else if ((code2 == EQ_EXPR && integer_zerop (op2b)) in and_var_with_comparison_1()
5562 || (code2 == NE_EXPR && integer_nonzerop (op2b))) in and_var_with_comparison_1()
5576 code2, in and_var_with_comparison_1()
5609 : and_var_with_comparison (type, inner2, false, code2, op2a, in and_var_with_comparison_1()
5614 : and_var_with_comparison (type, inner1, false, code2, op2a, in and_var_with_comparison_1()
5625 code2, op2a, op2b))) in and_var_with_comparison_1()
5657 code2, op2a, op2b))) in and_var_with_comparison_1()
5711 enum tree_code code2, tree op2a, tree op2b) in and_comparisons_1() argument
5721 TRUTH_ANDIF_EXPR, code1, code2, in and_comparisons_1()
5734 swap_tree_comparison (code2), in and_comparisons_1()
5754 return and_var_with_comparison (type, op1a, invert, code2, op2a, in and_comparisons_1()
5785 result = fold_build2 (code2, boolean_type_node, in and_comparisons_1()
5788 code2, op2a, op2b)) in and_comparisons_1()
5805 temp = and_var_with_comparison (type, arg, invert, code2, in and_comparisons_1()
5838 enum tree_code code2, tree op2a, in maybe_fold_comparisons_from_match_pd() argument
5853 gimple_assign_set_rhs_code (stmt2, code2); in maybe_fold_comparisons_from_match_pd()
5885 return build2 (code2, type, op2a, op2b); in maybe_fold_comparisons_from_match_pd()
5914 enum tree_code code2, tree op2a, tree op2b) in maybe_fold_and_comparisons() argument
5916 if (tree t = and_comparisons_1 (type, code1, op1a, op1b, code2, op2a, op2b)) in maybe_fold_and_comparisons()
5919 if (tree t = and_comparisons_1 (type, code2, op2a, op2b, code1, op1a, op1b)) in maybe_fold_and_comparisons()
5923 op1a, op1b, code2, op2a, in maybe_fold_and_comparisons()
5937 enum tree_code code2, tree op2a, tree op2b) in or_var_with_comparison() argument
5951 invert_tree_comparison (code2, false), in or_var_with_comparison()
5954 t = or_var_with_comparison_1 (type, stmt, code2, op2a, op2b); in or_var_with_comparison()
5964 enum tree_code code2, tree op2a, tree op2b) in or_var_with_comparison_1() argument
5975 if ((code2 == NE_EXPR && integer_zerop (op2b)) in or_var_with_comparison_1()
5976 || (code2 == EQ_EXPR && integer_nonzerop (op2b))) in or_var_with_comparison_1()
5982 else if ((code2 == EQ_EXPR && integer_zerop (op2b)) in or_var_with_comparison_1()
5983 || (code2 == NE_EXPR && integer_nonzerop (op2b))) in or_var_with_comparison_1()
5997 code2, in or_var_with_comparison_1()
6030 : or_var_with_comparison (type, inner2, false, code2, op2a, in or_var_with_comparison_1()
6035 : or_var_with_comparison (type, inner1, false, code2, op2a, in or_var_with_comparison_1()
6046 code2, op2a, op2b))) in or_var_with_comparison_1()
6078 code2, op2a, op2b))) in or_var_with_comparison_1()
6133 enum tree_code code2, tree op2a, tree op2b) in or_comparisons_1() argument
6143 TRUTH_ORIF_EXPR, code1, code2, in or_comparisons_1()
6156 swap_tree_comparison (code2), in or_comparisons_1()
6176 return or_var_with_comparison (type, op1a, invert, code2, op2a, in or_comparisons_1()
6207 result = fold_build2 (code2, boolean_type_node, in or_comparisons_1()
6210 code2, op2a, op2b)) in or_comparisons_1()
6227 temp = or_var_with_comparison (type, arg, invert, code2, in or_comparisons_1()
6259 enum tree_code code2, tree op2a, tree op2b) in maybe_fold_or_comparisons() argument
6261 if (tree t = or_comparisons_1 (type, code1, op1a, op1b, code2, op2a, op2b)) in maybe_fold_or_comparisons()
6264 if (tree t = or_comparisons_1 (type, code2, op2a, op2b, code1, op1a, op1b)) in maybe_fold_or_comparisons()
6268 op1a, op1b, code2, op2a, in maybe_fold_or_comparisons()