Searched refs:may_contain_p (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.h77 bool may_contain_p (tree) const;
212 return vr->may_contain_p (build_zero_cst (vr->type ()));
H A Dvalue-range.cc500 value_range::may_contain_p (tree val) const function in class:value_range
H A Dgimple-loop-versioning.cc1498 if (vr && !vr->may_contain_p (build_one_cst (TREE_TYPE (name))))
H A Dvr-values.c1657 if (!vr->may_contain_p (val))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.h97 bool may_contain_p (tree) const; // DEPRECATED
340 return vr->may_contain_p (build_zero_cst (vr->type ()));
H A Dvalue-range.cc615 irange::may_contain_p (tree val) const function in class:irange
H A Dvr-values.cc1551 if (!vr->may_contain_p (val))

Completed in 315 milliseconds