Lines Matching defs:VWidth
380 unsigned VWidth = VTy->getNumElements();
381 APInt DemandedElts = APInt::getAllOnes(VWidth);
383 for (int i = VWidth - 1; i > 0; --i) {
405 unsigned VWidth = VTy->getNumElements();
406 APInt DemandedElts = APInt::getAllOnes(VWidth);
413 for (int I = VWidth - 1; I > 0; --I) {
1292 unsigned VWidth = IIVTy->getNumElements();
1293 if (VWidth == 1)
1386 if (NewNumElts >= VWidth && DemandedElts.isMask()) {
1404 for (unsigned OrigStoreIdx = 0; OrigStoreIdx < VWidth; ++OrigStoreIdx)
1428 for (unsigned OrigLoadIdx = 0; OrigLoadIdx < VWidth; ++OrigLoadIdx) {