Searched refs:NumEltsInLane (Results 1 – 1 of 1) sorted by relevance
7358 int NumEltsInLane = 128 / VT.getScalarSizeInBits(); in lowerVectorShuffleWithUNPCK() local7363 unsigned LaneStart = (i / NumEltsInLane) * NumEltsInLane; in lowerVectorShuffleWithUNPCK()7364 int LoPos = (i % NumEltsInLane) / 2 + LaneStart + NumElts * (i % 2); in lowerVectorShuffleWithUNPCK()7365 int HiPos = LoPos + NumEltsInLane / 2; in lowerVectorShuffleWithUNPCK()