Searched defs:wmin (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.cc40 value_range(tree type, const wide_int &wmin, const wide_int &wmax, enum value_range_kind kind) argument
H A Dtree-ssanames.c447 wide_int wmin, wmax; local
H A Drange-op.cc110 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) argument
119 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) argument
194 value_range_from_overflowed_bounds(value_range &r, tree type, const wide_int &wmin, const wide_int &wmax) argument
227 value_range_with_overflow(value_range &r, tree type, const wide_int &wmin, const wide_int &wmax, wi::overflow_type min_ovf = wi::OVF_NONE, wi::overflow_type max_ovf = wi::OVF_NONE) argument
[all...]
H A Dvr-values.c1058 widest_int wmin, wmax; local
H A Dsimplify-rtx.c1986 wide_int wmax, wmin; local
H A Dtree-vrp.c1030 wide_int wmin, wmax; local
792 set_value_range_with_overflow(value_range_kind &kind, tree &min, tree &max, tree type, const wide_int &wmin, const wide_int &wmax, wi::overflow_type min_ovf, wi::overflow_type max_ovf) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.h436 int_range<N>::int_range (tree type, const wide_int &wmin, const wide_int &wmax, argument
H A Dsimplify-rtx.cc2156 wide_int wmax, wmin; local
H A Dvr-values.cc1112 widest_int wmin, wmax; local
H A Drange-op.cc108 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) argument
117 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) argument
305 value_range_from_overflowed_bounds(irange &r, tree type, const wide_int &wmin, const wide_int &wmax) argument
342 value_range_with_overflow(irange &r, tree type, const wide_int &wmin, const wide_int &wmax, wi::overflow_type min_ovf = wi::OVF_NONE, wi::overflow_type max_ovf = wi::OVF_NONE) argument
[all...]
H A Dtree-vrp.cc849 wide_int wmin, wmax; local
611 set_value_range_with_overflow(value_range_kind &kind, tree &min, tree &max, tree type, const wide_int &wmin, const wide_int &wmax, wi::overflow_type min_ovf, wi::overflow_type max_ovf) argument

Completed in 347 milliseconds