Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc1790 && wi::only_sign_bit_p (dividend)) in divmod_internal()
2175 wi::only_sign_bit_p (const wide_int_ref &x, unsigned int precision) in only_sign_bit_p() function in wi
2182 wi::only_sign_bit_p (const wide_int_ref &x) in only_sign_bit_p() function in wi
2184 return only_sign_bit_p (x, x.precision); in only_sign_bit_p()
H A Dwide-int.h621 bool only_sign_bit_p (const wide_int_ref &, unsigned int);
622 bool only_sign_bit_p (const wide_int_ref &);
2165 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
H A Dsimplify-rtx.cc2058 if (wi::only_sign_bit_p (op0)) in simplify_const_unary_operation()
2065 if (wi::only_sign_bit_p (op0)) in simplify_const_unary_operation()
H A Dfold-const.cc378 return !wi::only_sign_bit_p (wi::to_wide (t)); in may_negate_without_overflow_p()
4850 if (wi::only_sign_bit_p (wi::to_wide (val), width)) in sign_bit_p()
H A Dmatch.pd4489 || !wi::only_sign_bit_p (wi::to_wide (@1)))
5581 && wi::only_sign_bit_p (wi::to_wide (@1), element_precision (@0)))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.cc1790 && wi::only_sign_bit_p (dividend)) in divmod_internal()
2174 wi::only_sign_bit_p (const wide_int_ref &x, unsigned int precision) in only_sign_bit_p() function in wi
2181 wi::only_sign_bit_p (const wide_int_ref &x) in only_sign_bit_p() function in wi
2183 return only_sign_bit_p (x, x.precision); in only_sign_bit_p()
H A Dwide-int.h621 bool only_sign_bit_p (const wide_int_ref &, unsigned int);
622 bool only_sign_bit_p (const wide_int_ref &);
2163 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
H A Dfold-const.c366 return !wi::only_sign_bit_p (wi::to_wide (t)); in may_negate_without_overflow_p()
4767 if (wi::only_sign_bit_p (wi::to_wide (val), width)) in sign_bit_p()
H A Dmatch.pd4377 && wi::only_sign_bit_p (wi::to_wide (@1), element_precision (@0)))