Home
last modified time | relevance | path

Searched refs:may_contain_p (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.h77 bool may_contain_p (tree) const; in class()
212 return vr->may_contain_p (build_zero_cst (vr->type ())); in range_includes_zero_p()
H A Dvalue-range.cc500 value_range::may_contain_p (tree val) const in may_contain_p() function in value_range
H A Dgimple-loop-versioning.cc1498 if (vr && !vr->may_contain_p (build_one_cst (TREE_TYPE (name)))) in prune_loop_conditions()
H A Dvr-values.c1657 if (!vr->may_contain_p (val)) in compare_range_with_value()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.h97 bool may_contain_p (tree) const; // DEPRECATED in class()
340 return vr->may_contain_p (build_zero_cst (vr->type ())); in range_includes_zero_p()
H A Dvalue-range.cc615 irange::may_contain_p (tree val) const in may_contain_p() function in irange
H A Dvr-values.c1657 if (!vr->may_contain_p (val)) in compare_range_with_value()
H A Dvr-values.cc1551 if (!vr->may_contain_p (val)) in compare_range_with_value()
H A DChangeLog-20194971 constant_p, set_undefined, set_varying, may_contain_p,
25634 may_contain_p.
25635 * tree-vrp (value_range_base::may_contain_p): Call into
25642 (range_includes_zero_p): Call may_contain_p.
H A DChangeLog-20185057 * tree-vrp.c (may_contain_p): Do not access m_min/m_max directly.
8070 (value_range::may_contain_p): New.
H A DChangeLog-202016435 (irange::may_contain_p): Same.