Home
last modified time | relevance | path

Searched refs:nowrap_type_p (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-niter.h51 extern bool nowrap_type_p (tree);
H A Dtree-ssa-loop-niter.c122 bool no_wrap = nowrap_type_p (type); in refine_value_range_using_guard()
455 if (nowrap_type_p (type) in determine_value_range()
472 if (!nowrap_type_p (type)) in determine_value_range()
491 bool may_wrap = !nowrap_type_p (type); in bound_difference_of_offsetted_base()
545 bool no_wrap = nowrap_type_p (type); in refine_bounds_using_guard()
3436 if (!nowrap_type_p (type)) in infer_loop_bounds_from_pointer_arith()
4276 nowrap_type_p (tree type) in nowrap_type_p() function
4567 if (use_overflow_semantics && nowrap_type_p (TREE_TYPE (base))) in scev_probably_wraps_p()
H A Dtree-chrec.c1260 && nowrap_type_p (type)); in convert_affine_scev()
H A Dtree-ssa-loop-ivopts.c2093 if (iv->no_overflow && nowrap_type_p (TREE_TYPE (iv_step))) in idx_find_step()
4862 if (!nowrap_type_p (TREE_TYPE (base))) in difference_cannot_overflow_p()
4971 if (cand->pos != IP_ORIGINAL || !nowrap_type_p (cand_type)) in iv_elimination_compare_lt()
H A Dtree-scalar-evolution.c3365 iv->no_overflow = !folded_casts && nowrap_type_p (type); in simple_iv_with_niters()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-niter.c132 if (!nowrap_type_p (type)) in determine_value_range()
151 bool may_wrap = !nowrap_type_p (type); in bound_difference_of_offsetted_base()
205 bool no_wrap = nowrap_type_p (type); in refine_bounds_using_guard()
2851 if (!nowrap_type_p (type)) in infer_loop_bounds_from_pointer_arith()
3259 nowrap_type_p (tree type) in nowrap_type_p() function
3316 if (use_overflow_semantics && nowrap_type_p (TREE_TYPE (base))) in scev_probably_wraps_p()
H A Dtree-flow.h694 bool nowrap_type_p (tree);
H A Dtree-chrec.c1203 && nowrap_type_p (type)); in convert_affine_scev()
H A Dtree-ssa-loop-ivopts.c4386 && (nowrap_type_p (TREE_TYPE (exp)) in strip_wrap_conserving_type_conversions()
4387 == nowrap_type_p (TREE_TYPE (TREE_OPERAND (exp, 0))))) in strip_wrap_conserving_type_conversions()
4452 if (!nowrap_type_p (TREE_TYPE (base))) in difference_cannot_overflow_p()
4547 if (cand->pos != IP_ORIGINAL || !nowrap_type_p (cand_type)) in iv_elimination_compare_lt()