Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VWidth

586     unsigned VWidth =
588 APInt DemandedElts(VWidth, 1);
589 APInt UndefElts(VWidth, 0);
606 unsigned VWidth =
608 unsigned LowHalfElts = VWidth / 2;
609 APInt InputDemandedElts(APInt::getBitsSet(VWidth, 0, LowHalfElts));
610 APInt UndefElts(VWidth, 0);