Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VWidth

1234     unsigned VWidth = VecTy->getNumElements();
1235 APInt UndefElts(VWidth, 0);
1236 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth));