Home | History | Annotate | Download | only in gcc

Lines Matching defs:nelt

6112       unsigned int nelt;
6113 if (!GET_MODE_NUNITS (mode).is_constant (&nelt))
6116 for (unsigned int i = 0; i < nelt; i++)
6118 if (known_eq (sel[i], nelt))
6125 ? maybe_ne (sel[i], nelt + i - firstidx)
6126 : maybe_ge (sel[i], nelt))
6136 unsigned int nelt;
6137 if (!GET_MODE_NUNITS (mode).is_constant (&nelt))
6139 for (unsigned int i = 1; i < nelt; i++)
6143 if (maybe_lt (sel[i], nelt)
6145 : maybe_lt (expected, nelt))