Searched refs:NumEltsInLane (Results 1 – 1 of 1) sorted by relevance
7009 int NumEltsInLane = 128 / VT.getScalarSizeInBits(); in createUnpackShuffleMask() local7011 unsigned LaneStart = (i / NumEltsInLane) * NumEltsInLane; in createUnpackShuffleMask()7012 int Pos = (i % NumEltsInLane) / 2 + LaneStart; in createUnpackShuffleMask()7014 Pos += (Lo ? 0 : NumEltsInLane / 2); in createUnpackShuffleMask()