Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c4638 unsigned nsubstitutes = op->substitutes.length (); in parse_for() local
4639 if (nsubstitutes == 0) in parse_for()
4644 min_n_opers = nsubstitutes; in parse_for()
4645 max_n_opers = nsubstitutes; in parse_for()
4649 if (nsubstitutes % min_n_opers != 0 in parse_for()
4650 && min_n_opers % nsubstitutes != 0) in parse_for()
4654 if (nsubstitutes < min_n_opers) in parse_for()
4655 min_n_opers = nsubstitutes; in parse_for()
4656 else if (nsubstitutes > max_n_opers) in parse_for()
4657 max_n_opers = nsubstitutes; in parse_for()