Home
last modified time | relevance | path

Searched refs:wi_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c9327 poly_wide_int wi_offset; in pointer_may_wrap_p() local
9330 wi_offset = wi::zero (precision); in pointer_may_wrap_p()
9334 wi_offset = wi::to_poly_wide (offset); in pointer_may_wrap_p()
9339 poly_wide_int total = wi::add (wi_offset, units, UNSIGNED, &overflow); in pointer_may_wrap_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc9949 poly_wide_int wi_offset; in pointer_may_wrap_p() local
9952 wi_offset = wi::zero (precision); in pointer_may_wrap_p()
9956 wi_offset = wi::to_poly_wide (offset); in pointer_may_wrap_p()
9961 poly_wide_int total = wi::add (wi_offset, units, UNSIGNED, &overflow); in pointer_may_wrap_p()