Lines Matching refs:Rotation
4503 int Rotation = 0;
4522 if (Rotation == 0)
4523 Rotation = CandidateRotation;
4524 else if (Rotation != CandidateRotation)
4547 assert(Rotation != 0 && "Failed to locate a viable rotation!");
4551 return Rotation;
5218 int Rotation = isElementRotate(LoSrc, HiSrc, Mask);
5219 if (Rotation > 0) {
5230 // We found a rotation. We need to slide HiV down by Rotation. Then we need
5231 // to slide LoV up by (NumElts - Rotation).
5232 unsigned InvRotate = NumElts - Rotation;
5239 DAG.getConstant(Rotation, DL, XLenVT), TrueMask, VL);