Lines Matching defs:VWidth
375 unsigned VWidth = VTy->getNumElements();
376 APInt DemandedElts = APInt::getAllOnes(VWidth);
378 for (int i = VWidth - 1; i > 0; --i) {
400 unsigned VWidth = VTy->getNumElements();
401 APInt DemandedElts = APInt::getAllOnes(VWidth);
408 for (int I = VWidth - 1; I > 0; --I) {
1388 unsigned VWidth = IIVTy->getNumElements();
1389 if (VWidth == 1)
1482 if (NewNumElts >= VWidth && DemandedElts.isMask()) {
1500 for (unsigned OrigStoreIdx = 0; OrigStoreIdx < VWidth; ++OrigStoreIdx)
1523 for (unsigned OrigLoadIdx = 0; OrigLoadIdx < VWidth; ++OrigLoadIdx) {