Lines Matching defs:Rotation
4586 int Rotation = 0;
4605 if (Rotation == 0)
4606 Rotation = CandidateRotation;
4607 else if (Rotation != CandidateRotation)
4630 assert(Rotation != 0 && "Failed to locate a viable rotation!");
4634 return Rotation;
5502 int Rotation = isElementRotate(LoSrc, HiSrc, Mask);
5503 if (Rotation > 0) {
5514 // We found a rotation. We need to slide HiV down by Rotation. Then we need
5515 // to slide LoV up by (NumElts - Rotation).
5516 unsigned InvRotate = NumElts - Rotation;
5523 DAG.getConstant(Rotation, DL, XLenVT), TrueMask, VL);