Lines Matching defs:LoSrc
4485 /// higher elements to lower elements. \p LoSrc indicates the first source
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) {
4504 LoSrc = -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);
5221 if (LoSrc >= 0) {
5222 LoV = LoSrc == 0 ? V1 : V2;