Searched refs:range_has_numeric_bounds_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.h119 extern bool range_has_numeric_bounds_p (const value_range *);
H A Dvalue-range.cc528 if (!POINTER_TYPE_P (type ()) || range_has_numeric_bounds_p (this))
1489 range_has_numeric_bounds_p (const value_range *vr) function
H A Dtree-vrp.c414 return (vr->kind () == VR_RANGE && range_has_numeric_bounds_p (vr));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.h195 extern bool range_has_numeric_bounds_p (const irange *);
H A Dvalue-range.cc93 if (range_has_numeric_bounds_p (&src))
669 if (!POINTER_TYPE_P (type ()) || range_has_numeric_bounds_p (this))
2070 range_has_numeric_bounds_p (const irange *vr) function
H A Dtree-vrp.cc235 return (vr->kind () == VR_RANGE && range_has_numeric_bounds_p (vr));

Completed in 294 milliseconds