Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NumSubElts

264     unsigned NumSubElts = 64 / BitWidth;
267 for (unsigned i = 0; i != NumSubElts; ++i) {
268 unsigned SubEltIdx = (NumSubElts - 1) - i;