Searched refs:NumHalfLaneElts (Results 1 – 1 of 1) sorted by relevance
13013 int NumHalfLaneElts = NumLaneElts / 2; in lowerShuffleAsUNPCKAndPermute() local13033 int Lo = Lane, Mid = Lane + NumHalfLaneElts, Hi = Lane + NumLaneElts; in lowerShuffleAsUNPCKAndPermute()13053 (M0 % NumHalfLaneElts) != (M1 % NumHalfLaneElts)) in lowerShuffleAsUNPCKAndPermute()13056 PermuteMask[Lane + Elt + 0] = Lane + (2 * (M0 % NumHalfLaneElts)); in lowerShuffleAsUNPCKAndPermute()13058 PermuteMask[Lane + Elt + 1] = Lane + (2 * (M1 % NumHalfLaneElts)) + 1; in lowerShuffleAsUNPCKAndPermute()