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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 5106 unsigned nsubstitutes = op->substitutes.length (); local
5107 if (nsubstitutes == 0)
5112 min_n_opers = nsubstitutes;
5113 max_n_opers = nsubstitutes;
5117 if (nsubstitutes % min_n_opers != 0
5118 && min_n_opers % nsubstitutes != 0)
5122 if (nsubstitutes < min_n_opers)
5123 min_n_opers = nsubstitutes;
5124 else if (nsubstitutes > max_n_opers)
5125 max_n_opers = nsubstitutes;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4809 unsigned nsubstitutes = op->substitutes.length (); local
4810 if (nsubstitutes == 0)
4815 min_n_opers = nsubstitutes;
4816 max_n_opers = nsubstitutes;
4820 if (nsubstitutes % min_n_opers != 0
4821 && min_n_opers % nsubstitutes != 0)
4825 if (nsubstitutes < min_n_opers)
4826 min_n_opers = nsubstitutes;
4827 else if (nsubstitutes > max_n_opers)
4828 max_n_opers = nsubstitutes;
    [all...]

Completed in 28 milliseconds