Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VWidth

588     unsigned VWidth =
590 APInt DemandedElts(VWidth, 1);
591 APInt UndefElts(VWidth, 0);
608 unsigned VWidth =
610 unsigned LowHalfElts = VWidth / 2;
611 APInt InputDemandedElts(APInt::getBitsSet(VWidth, 0, LowHalfElts));
612 APInt UndefElts(VWidth, 0);