Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VWidth

1209     unsigned VWidth = C->getType()->getVectorNumElements();
1213 for (unsigned i = 0; i != VWidth; ++i) {
1226 SmallVector<Constant *, 16> Elts(VWidth);
1227 for (unsigned i = 0; i != VWidth; ++i) {