Home
last modified time | relevance | path

Searched refs:MIN_EXPR (Results 1 – 25 of 62) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-phiopt.c693 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 Dfold-const.c1646 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 Ddfp.c639 case MIN_EXPR: in decimal_real_arithmetic()
H A Dconvert.c595 case MIN_EXPR: in convert_to_integer()
H A Dtree-pretty-print.c1299 case MIN_EXPR: in dump_generic_node()
2205 case MIN_EXPR: in op_prio()
2387 case MIN_EXPR: in op_symbol_1()
H A Dtree-data-ref.c1358 *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 Dtree-ssa-reassoc.c430 case MIN_EXPR: in eliminate_duplicate_pair()
H A Dexplow.c1538 tcode = MIN_EXPR; in rtx_to_tree_code()
H A Dlambda-code.c1624 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 Dtree-vect-transform.c681 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 Dtree-vectorizer.c1778 case MIN_EXPR: in reduction_code_for_scalar_code()
H A Domp-low.c1579 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 Dtree-vrp.c1620 && 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 Doperators.def131 DEF_SIMPLE_OPERATOR ("<?", MIN_EXPR, "v23min", 2)
149 DEF_ASSN_OPERATOR ("<?=", MIN_EXPR, "v23miN", 2);
H A Dspew.c337 case CPP_MIN_EQ: YYCODE(MIN_EXPR); YYCHAR(ASSIGN);
339 case CPP_MIN: YYCODE(MIN_EXPR); YYCHAR(MIN_MAX);
H A Dtypeck.c1780 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 D20000914-1.c81 MIN_EXPR, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c1155 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 Dconvert.c285 case MIN_EXPR:
H A Dexplow.c1738 tcode = MIN_EXPR;
H A Dexpr.c4641 = 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 Dbuiltins.c133 return build (MIN_EXPR, method_return_type,
H A Dcheck-init.c848 case MIN_EXPR:
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c1691 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 Dtree.c130 case MIN_EXPR: in lvalue_p_1()

123