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

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 844 HOST_WIDE_INT sum_value = 0; local
888 sum_value |= this_value;
896 value = sum_value;
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 822 HOST_WIDE_INT sum_value = 0; local
866 sum_value |= this_value;
874 value = sum_value;

Completed in 17 milliseconds