HomeSort by: relevance | last modified time | path
    Searched defs:subtract_one (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 1801 subtract_one (const wide_int &x, tree type, wi::overflow_type &overflow) function
1878 tmp = subtract_one (orig_range.lower_bound (), ttype, ovf);
1894 tmp = subtract_one (wi::to_wide (orig_range.m_base[j + 1]),
  /src/external/gpl3/gcc/dist/gcc/
value-range.cc 1719 subtract_one (const wide_int &x, tree type, wi::overflow_type &overflow) function
1789 tmp = subtract_one (orig_range.lower_bound (), ttype, ovf);
1805 tmp = subtract_one (orig_range.m_base[j + 1], ttype, ovf);

Completed in 20 milliseconds