Lines Matching defs:NumLegalElts
4964 unsigned NumLegalElts =
4966 assert(NumLegalElts >= DemandedElts.getBitWidth() &&
4968 assert((NumLegalElts % NumLanesTotal) == 0 &&
4970 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal;
4972 APInt WidenedDemandedElts = DemandedElts.zext(NumLegalElts);
5037 unsigned NumLegalElts =
5039 assert(NumLegalElts >= DemandedElts.getBitWidth() &&
5047 assert((NumLegalElts % NumLanesTotal) == 0 &&
5049 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal;
5053 APInt WidenedDemandedElts = DemandedElts.zext(NumLegalElts);