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