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