| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-phiopt.c | 693 minmax = MIN_EXPR; in minmax_replacement() 724 if (ass_code != MAX_EXPR && ass_code != MIN_EXPR) in minmax_replacement() 747 minmax = MIN_EXPR; in minmax_replacement() 769 if (ass_code != MIN_EXPR) in minmax_replacement() 803 if (ass_code != MIN_EXPR) in minmax_replacement() 831 minmax = MIN_EXPR; in minmax_replacement()
|
| H A D | fold-const.c | 1646 case MIN_EXPR: in int_const_binop() 1658 if (low == (code == MIN_EXPR)) in int_const_binop() 1733 case MIN_EXPR: in const_binop() 2290 case MIN_EXPR: in maybe_lvalue_p() 4759 ? fold_build2 (MIN_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison() 4760 : fold_build2 (MIN_EXPR, comp_type, comp_op1, comp_op0); in fold_cond_expr_with_comparison() 4816 return pedantic_non_lvalue (fold_build2 (MIN_EXPR, in fold_cond_expr_with_comparison() 4828 return pedantic_non_lvalue (fold_build2 (MIN_EXPR, in fold_cond_expr_with_comparison() 5454 if ((op_code != MIN_EXPR && op_code != MAX_EXPR) in optimize_minmax_comparison() 5518 else if (op_code == MIN_EXPR && (consts_equal || consts_lt)) in optimize_minmax_comparison() [all …]
|
| H A D | dfp.c | 639 case MIN_EXPR: in decimal_real_arithmetic()
|
| H A D | convert.c | 595 case MIN_EXPR: in convert_to_integer()
|
| H A D | tree-pretty-print.c | 1299 case MIN_EXPR: in dump_generic_node() 2205 case MIN_EXPR: in op_prio() 2387 case MIN_EXPR: in op_symbol_1()
|
| H A D | tree-data-ref.c | 1358 *aligned_to = size_binop (MIN_EXPR, left_aligned_to, in analyze_offset_expr() 1393 *aligned_to = size_binop (MIN_EXPR, left_aligned_to, right_aligned_to); in analyze_offset_expr() 1866 *aligned_to = size_binop (MIN_EXPR, object_aligned_to, in object_analysis()
|
| H A D | tree-ssa-reassoc.c | 430 case MIN_EXPR: in eliminate_duplicate_pair()
|
| H A D | explow.c | 1538 tcode = MIN_EXPR; in rtx_to_tree_code()
|
| H A D | lambda-code.c | 1624 gcc_assert (wrap == MAX_EXPR || wrap == MIN_EXPR); in lle_to_gcc_expression() 1877 invariants, MIN_EXPR, &stmts); in lambda_loopnest_to_gcc_loopnest()
|
| H A D | tree-vect-transform.c | 681 case MIN_EXPR: in get_initial_def_for_reduction() 2726 iters = build2 (MIN_EXPR, niters_type, iters, loop_niters); in vect_gen_niters_for_prolog_loop()
|
| H A D | tree-vectorizer.c | 1778 case MIN_EXPR: in reduction_code_for_scalar_code()
|
| H A D | omp-low.c | 1579 case MIN_EXPR: in omp_reduction_init() 2853 t = build2 (MIN_EXPR, type, t, n); in expand_omp_for_static_nochunk() 3039 t = build2 (MIN_EXPR, type, t, n); in expand_omp_for_static_chunk()
|
| H A D | tree-vrp.c | 1620 && code != MIN_EXPR in extract_range_from_binary_expr() 1759 || code == MIN_EXPR in extract_range_from_binary_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | operators.def | 131 DEF_SIMPLE_OPERATOR ("<?", MIN_EXPR, "v23min", 2) 149 DEF_ASSN_OPERATOR ("<?=", MIN_EXPR, "v23miN", 2);
|
| H A D | spew.c | 337 case CPP_MIN_EQ: YYCODE(MIN_EXPR); YYCHAR(ASSIGN); 339 case CPP_MIN: YYCODE(MIN_EXPR); YYCHAR(MIN_MAX);
|
| H A D | typeck.c | 1780 if (TREE_CODE (t) == MIN_EXPR || TREE_CODE (t) == MAX_EXPR) 1783 build_conditional_expr (build_x_binary_op ((TREE_CODE (t) == MIN_EXPR 3344 case MIN_EXPR: 3540 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR) 4395 || TREE_CODE (arg) == MIN_EXPR || TREE_CODE (arg) == MAX_EXPR)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 81 MIN_EXPR, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 1155 case MIN_EXPR: 1167 if (low == (code == MIN_EXPR)) 1914 || TREE_CODE (arg0) == MIN_EXPR || TREE_CODE (arg0) == MAX_EXPR 3958 if ((op_code != MIN_EXPR && op_code != MAX_EXPR) 4017 else if (op_code == MIN_EXPR && (consts_equal || consts_lt)) 4149 case MIN_EXPR: case MAX_EXPR: 4160 tcode = (tcode == MIN_EXPR ? MAX_EXPR : MIN_EXPR); 4700 if ((code == PLUS_EXPR || code == MULT_EXPR || code == MIN_EXPR 5818 case MIN_EXPR: 6300 && (TREE_CODE (arg0) == MIN_EXPR [all …]
|
| H A D | convert.c | 285 case MIN_EXPR:
|
| H A D | explow.c | 1738 tcode = MIN_EXPR;
|
| H A D | expr.c | 4641 = size_binop (MIN_EXPR, 6391 case PLUS_EXPR: case MINUS_EXPR: case MIN_EXPR: case MAX_EXPR: 8455 case MIN_EXPR: 8472 ? (code == MIN_EXPR ? umin_optab : umax_optab) 8473 : (code == MIN_EXPR ? smin_optab : smax_optab));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | builtins.c | 133 return build (MIN_EXPR, method_return_type,
|
| H A D | check-init.c | 848 case MIN_EXPR:
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 1691 if (TREE_CODE (t) == MIN_EXPR || TREE_CODE (t) == MAX_EXPR) in rationalize_conditional_expr() 1697 build_conditional_expr (build_x_binary_op ((TREE_CODE (t) == MIN_EXPR in rationalize_conditional_expr() 3372 case MIN_EXPR: in build_binary_op() 3608 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR) in build_binary_op() 4496 || TREE_CODE (arg) == MIN_EXPR || TREE_CODE (arg) == MAX_EXPR) in unary_complex_lvalue() 5587 case MIN_EXPR: in build_modify_expr() 5598 build2 (TREE_CODE (lhs) == MIN_EXPR ? LE_EXPR : GE_EXPR, in build_modify_expr()
|
| H A D | tree.c | 130 case MIN_EXPR: in lvalue_p_1()
|