Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.cc1801 subtract_one (const wide_int &x, tree type, wi::overflow_type &overflow) in subtract_one() function
1886 tmp = subtract_one (orig_range.lower_bound (), ttype, ovf); in invert()
1902 tmp = subtract_one (wi::to_wide (orig_range.m_base[j + 1]), in invert()
DChangeLog-20207926 * value-range.cc (subtract_one): Adjust comment.
16445 (subtract_one): New.