Lines Matching defs:NumLegalElts
4670 unsigned NumLegalElts =
4672 assert(NumLegalElts >= DemandedElts.getBitWidth() &&
4674 assert((NumLegalElts % NumLanesTotal) == 0 &&
4676 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal;
4678 APInt WidenedDemandedElts = DemandedElts.zext(NumLegalElts);
4743 unsigned NumLegalElts =
4745 assert(NumLegalElts >= DemandedElts.getBitWidth() &&
4753 assert((NumLegalElts % NumLanesTotal) == 0 &&
4755 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal;
4759 APInt WidenedDemandedElts = DemandedElts.zext(NumLegalElts);