Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VWidth

1264 VWidth = cast<VectorType>(Inst.getType())->getNumElements();
1266 assert(cast<VectorType>(LHS->getType())->getNumElements() == VWidth);
1267 assert(cast<VectorType>(RHS->getType())->getNumElements() == VWidth);
1304 SmallVector<Constant*, 16> C2M(VWidth,
1307 for (unsigned I = 0; I < VWidth; ++I) {
1309 assert(ShMask[I] < (int)VWidth);