Lines Matching defs:NumOpElts
316 unsigned NumOpElts =
318 unsigned OpIndex = any_of(Shuf->getShuffleMask(), [&NumOpElts](int M) {
319 return M >= (int)(NumOpElts);
1641 unsigned NumOpElts = Op0Ty->getNumElements();
1643 all_of(NewMask0, [NumOpElts](int M) { return M < (int)NumOpElts; }) &&
1644 ShuffleVectorInst::isIdentityMask(NewMask0, NumOpElts);
1646 all_of(NewMask1, [NumOpElts](int M) { return M < (int)NumOpElts; }) &&
1647 ShuffleVectorInst::isIdentityMask(NewMask1, NumOpElts);