Lines Matching defs:HiSrc
4486 /// vector of the rotate or -1 for undef. \p HiSrc indicates the second vector
4487 /// of the rotate or -1 for undef. At least one of \p LoSrc and \p HiSrc will be
4493 static int isElementRotate(int &LoSrc, int &HiSrc, ArrayRef<int> Mask) {
4505 HiSrc = -1;
4534 int &TargetSrc = StartIdx < 0 ? HiSrc : LoSrc;
4548 assert((LoSrc >= 0 || HiSrc >= 0) &&
5217 int LoSrc, HiSrc;
5218 int Rotation = isElementRotate(LoSrc, HiSrc, Mask);
5225 if (HiSrc >= 0) {
5226 HiV = HiSrc == 0 ? V1 : V2;