Lines Matching defs:HiSrc
4569 /// vector of the rotate or -1 for undef. \p HiSrc indicates the second vector
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) {
4588 HiSrc = -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);
5509 if (HiSrc >= 0) {
5510 HiV = HiSrc == 0 ? V1 : V2;