Home
last modified time | relevance | path

Searched refs:TYPE_OVERFLOW_WRAPS (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmatch.pd256 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE(@0)))
497 (if (!overflow || TYPE_OVERFLOW_WRAPS (type))
729 if (!TYPE_OVERFLOW_WRAPS (utype))
1267 && TYPE_OVERFLOW_WRAPS (type)
1593 (if (FLOAT_TYPE_P (TREE_TYPE (type)) || TYPE_OVERFLOW_WRAPS (type))))
1596 (if ((ANY_INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_WRAPS (type))
1890 && TYPE_OVERFLOW_WRAPS (TREE_TYPE (@0))
2012 || TYPE_OVERFLOW_WRAPS (TREE_TYPE (@0))))
2028 || TYPE_OVERFLOW_WRAPS (TREE_TYPE (@0))))
2055 || TYPE_OVERFLOW_WRAPS (TREE_TYPE (@0))))
[all …]
Dconvert.cc418 && TYPE_OVERFLOW_WRAPS (TREE_TYPE (arg0))) in do_narrow()
420 && TYPE_OVERFLOW_WRAPS (TREE_TYPE (arg1)))) in do_narrow()
Dtree-scalar-evolution.cc1721 && ! TYPE_OVERFLOW_WRAPS (type) in interpret_rhs_expr()
1742 && ! TYPE_OVERFLOW_WRAPS (type) in interpret_rhs_expr()
1762 && ! TYPE_OVERFLOW_WRAPS (type) in interpret_rhs_expr()
1793 && ! TYPE_OVERFLOW_WRAPS (type) in interpret_rhs_expr()
Dfold-const.cc405 && TYPE_OVERFLOW_WRAPS (type)); in negate_expr_p()
424 if (FLOAT_TYPE_P (TREE_TYPE (type)) || TYPE_OVERFLOW_WRAPS (type)) in negate_expr_p()
447 && ! TYPE_OVERFLOW_WRAPS (type))) in negate_expr_p()
460 || TYPE_OVERFLOW_WRAPS (type)); in negate_expr_p()
468 && ! TYPE_OVERFLOW_WRAPS (TREE_TYPE (t)) in negate_expr_p()
499 || TYPE_OVERFLOW_WRAPS (TREE_TYPE (t)) in negate_expr_p()
562 && TYPE_OVERFLOW_WRAPS (type)) in fold_negate_expr_1()
682 || TYPE_OVERFLOW_WRAPS (TREE_TYPE (t)) in fold_negate_expr_1()
5893 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (arg1))) in fold_cond_expr_with_comparison()
6801 && ((TYPE_OVERFLOW_WRAPS (TREE_TYPE (op0)) in extract_muldiv_1()
[all …]
Dgimple-range-fold.cc727 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (expr))) in range_of_address()
743 if (!TYPE_OVERFLOW_WRAPS (TREE_TYPE (expr)) in range_of_address()
Drange-op.cc349 const bool overflow_wraps = TYPE_OVERFLOW_WRAPS (type); in value_range_with_overflow()
1252 if (TYPE_OVERFLOW_WRAPS (type)) in lhs_op1_relation()
1397 else if (TYPE_OVERFLOW_WRAPS (type)) in minus_op1_op2_relation_effect()
1640 if (TYPE_OVERFLOW_WRAPS (type)) in op1_range()
3885 && !TYPE_OVERFLOW_WRAPS (type) in wi_fold()
Dtree-vrp.cc553 || TYPE_OVERFLOW_WRAPS (type)) in adjust_symbolic_bound()
628 if (TYPE_OVERFLOW_WRAPS (type)) in set_value_range_with_overflow()
734 && !TYPE_OVERFLOW_WRAPS (expr_type) in extract_range_from_pointer_plus_expr()
1331 && TYPE_OVERFLOW_WRAPS (TREE_TYPE (op0))) in overflow_comparison_p_1()
Dtree-affine.cc351 && TYPE_OVERFLOW_WRAPS (itype) in expr_to_aff_combination()
Dgraphite-sese-to-poly.cc308 if (TYPE_OVERFLOW_WRAPS (type)) in extract_affine()
Dtree-chrec.cc551 && ! TYPE_OVERFLOW_WRAPS (type)) in chrec_evaluate()
Dgimple-ssa-strength-reduction.cc1534 lhs_wraps = ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_type); in legal_cast_p_1()
1535 rhs_wraps = ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type); in legal_cast_p_1()
Dvr-values.cc430 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (expr)))) in vrp_stmt_computes_nonzero()
440 if (!TYPE_OVERFLOW_WRAPS (TREE_TYPE (expr)) in vrp_stmt_computes_nonzero()
Dubsan.cc1607 || TYPE_OVERFLOW_WRAPS (lhsinner) in instrument_si_overflow()
Dtree.h850 #define TYPE_OVERFLOW_WRAPS(TYPE) \ macro
878 && !TYPE_OVERFLOW_WRAPS (TYPE) \
Dtree-vect-slp.cc1833 && TYPE_OVERFLOW_WRAPS (TREE_TYPE (vectype))))) in vect_build_slp_tree_2()
5744 && TYPE_OVERFLOW_WRAPS (TREE_TYPE (rhs)))) in vect_slp_check_for_constructors()
Dtree-parloops.cc397 && !TYPE_OVERFLOW_WRAPS (type) in parloops_needs_fold_left_reduction_p()
Dtree-vect-patterns.cc3158 bool cast_to_unsigned_p = !TYPE_OVERFLOW_WRAPS (itype); in vect_synth_mult_by_constant()
Dtree-ssa-reassoc.cc665 if ((ANY_INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_WRAPS (type)) in can_reassociate_type_p()
Dtree-ssa-sccvn.cc5030 && (TYPE_OVERFLOW_WRAPS (TREE_TYPE (ops[0])) in visit_nary_op()
DChangeLog-201726255 TYPE_OVERFLOW_WRAPS.
28494 TYPE_OVERFLOW_WRAPS check.
30126 TYPE_OVERFLOW_WRAPS checks.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc1349 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (TREE_TYPE (lhs)))) in rs6000_gimple_fold_builtin()
1594 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (TREE_TYPE (arg0)))) in rs6000_gimple_fold_builtin()
1732 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (arg0_type))) in rs6000_gimple_fold_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmatch-and-simplify.texi418 (if (TYPE_OVERFLOW_WRAPS (type)
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog2206 * constexpr.cc (cxx_eval_check_shift_p): Use TYPE_OVERFLOW_WRAPS
2209 -Wshift-negative-value warning if TYPE_OVERFLOW_WRAPS.
Dconstexpr.cc3176 && !TYPE_OVERFLOW_WRAPS (lhstype) in cxx_eval_check_shift_p()
Dtypeck.cc5412 && !TYPE_OVERFLOW_WRAPS (type0) in cp_build_binary_op()

12