Lines Matching defs:LoSrc
4568 /// higher elements to lower elements. \p LoSrc indicates the first source
4570 /// of the rotate or -1 for undef. At least one of \p LoSrc and \p HiSrc will be
4576 static int isElementRotate(int &LoSrc, int &HiSrc, ArrayRef<int> Mask) {
4587 LoSrc = -1;
4617 int &TargetSrc = StartIdx < 0 ? HiSrc : LoSrc;
4631 assert((LoSrc >= 0 || HiSrc >= 0) &&
5501 int LoSrc, HiSrc;
5502 int Rotation = isElementRotate(LoSrc, HiSrc, Mask);
5505 if (LoSrc >= 0) {
5506 LoV = LoSrc == 0 ? V1 : V2;