Home
last modified time | relevance | path

Searched refs:EXACT_DIV_EXPR (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c73 EXACT_DIV_EXPR, enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A Dlex.c137 operator_name_info [(int) EXACT_DIV_EXPR].name = "(ceiling /)"; in init_operators()
150 assignment_operator_name_info [(int) EXACT_DIV_EXPR].name in init_operators()
H A Derror.c1509 case EXACT_DIV_EXPR: in dump_expr()
H A Dtypeck.c3130 case EXACT_DIV_EXPR: in build_binary_op()
3824 result = build2 (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1)); in pointer_diff()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c283 operator_name_info [(int) EXACT_DIV_EXPR].name = "(ceiling /)"; in init_operators()
299 assignment_operator_name_info [(int) EXACT_DIV_EXPR].name in init_operators()
H A Derror.c1720 case EXACT_DIV_EXPR:
H A Dtypeck.c3122 case EXACT_DIV_EXPR:
3775 result = build (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1));
H A Ddecl2.c3241 case EXACT_DIV_EXPR:
/openbsd-src/gnu/gcc/gcc/
H A Dtree-pretty-print.c1190 case EXACT_DIV_EXPR: in dump_generic_node()
2170 case EXACT_DIV_EXPR: in op_prio()
2357 case EXACT_DIV_EXPR: in op_symbol_1()
H A Dtree-ssa-loop-niter.c196 c = fold_build2 (EXACT_DIV_EXPR, niter_type, c, d); in number_of_iterations_ne()
1664 case EXACT_DIV_EXPR: in derive_constant_upper_bound()
H A Dtree-vrp.c1541 || code == EXACT_DIV_EXPR in vrp_int_const_binop()
1582 || code == EXACT_DIV_EXPR in vrp_int_const_binop()
1618 && code != EXACT_DIV_EXPR in extract_range_from_binary_expr()
1785 || code == EXACT_DIV_EXPR in extract_range_from_binary_expr()
H A Dtree-chrec.c480 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom, in tree_fold_binomial()
H A Dtree-data-ref.c920 data_size = fold_build2 (EXACT_DIV_EXPR, integer_type_node, in estimate_niter_from_size_of_data()
2482 *overlaps_b = fold_build2 (EXACT_DIV_EXPR, integer_type_node, in analyze_siv_subscript_cst_affine()
2562 *overlaps_b = fold_build2 (EXACT_DIV_EXPR, in analyze_siv_subscript_cst_affine()
H A Dtree-ssa-loop-im.c452 case EXACT_DIV_EXPR: in stmt_cost()
H A Dfold-const.c780 case EXACT_DIV_EXPR: /* for this one, it shouldn't matter */ in div_and_round_double()
1121 case EXACT_DIV_EXPR: in negate_expr_p()
1272 case EXACT_DIV_EXPR: in fold_negate_expr()
1588 case EXACT_DIV_EXPR: in int_const_binop()
5812 case ROUND_DIV_EXPR: case EXACT_DIV_EXPR: in extract_muldiv_1()
5847 && ((code == MULT_EXPR && tcode == EXACT_DIV_EXPR) in extract_muldiv_1()
6839 tree tmp = div_if_zero_remainder (EXACT_DIV_EXPR, delta, step); in try_move_mult_to_index()
8403 || TREE_CODE (arg0) == EXACT_DIV_EXPR) in fold_comparison()
10050 case EXACT_DIV_EXPR: in fold_binary()
10097 return fold_build2 (EXACT_DIV_EXPR, type, arg0, arg1); in fold_binary()
H A Dgimplify.c1604 size_binop (EXACT_DIV_EXPR, TYPE_SIZE_UNIT (dctype), in canonicalize_addr_expr()
1783 elmt_size = size_binop (EXACT_DIV_EXPR, elmt_size, factor); in gimplify_compound_lval()
1805 offset = size_binop (EXACT_DIV_EXPR, offset, factor); in gimplify_compound_lval()
H A Dtree-eh.c1928 case EXACT_DIV_EXPR: in tree_could_trap_p()
H A Dtree-inline.c1782 case EXACT_DIV_EXPR: in estimate_num_insns_1()
H A Dexpmed.c4006 if (code == EXACT_DIV_EXPR && op1_is_pow2) in expand_divmod()
4727 case EXACT_DIV_EXPR: in expand_divmod()
H A Dc-typeck.c2787 return fold_build2 (EXACT_DIV_EXPR, restype, op0, convert (restype, op1)); in pointer_diff()
7932 case EXACT_DIV_EXPR: in build_binary_op()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c858 case EXACT_DIV_EXPR:
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c761 case EXACT_DIV_EXPR: /* for this one, it shouldn't matter */
1101 case EXACT_DIV_EXPR:
4278 case ROUND_DIV_EXPR: case EXACT_DIV_EXPR:
4311 && ((code == MULT_EXPR && tcode == EXACT_DIV_EXPR)
5724 case EXACT_DIV_EXPR:
5738 return fold (build (EXACT_DIV_EXPR, type, arg0, arg1));
H A Dexpmed.c3129 if (code == EXACT_DIV_EXPR && op1_is_pow2)
3839 case EXACT_DIV_EXPR:
H A Dc-typeck.c1997 case EXACT_DIV_EXPR:
2692 result = build (EXACT_DIV_EXPR, restype, op0, convert (restype, op1));
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1884 @tindex EXACT_DIV_EXPR
2271 @item EXACT_DIV_EXPR
2272 The @code{EXACT_DIV_EXPR} code is used to represent integer divisions where

12