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