Searched refs:CandidateRotation (Results 1 – 2 of 2) sorted by relevance
1182 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsByteRotate() local1185 Rotation = CandidateRotation; in matchShuffleAsByteRotate()1186 else if (Rotation != CandidateRotation) in matchShuffleAsByteRotate()
11857 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsElementRotate() local11860 Rotation = CandidateRotation; in matchShuffleAsElementRotate()11861 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()