Searched refs:ShiftAmountsAllowReplaceByRotate (Results 1 – 1 of 1) sorted by relevance
10598 static bool ShiftAmountsAllowReplaceByRotate(HValue* sa, in ShiftAmountsAllowReplaceByRotate() function10633 if (!ShiftAmountsAllowReplaceByRotate(shl->right(), shr->right()) && in MatchRotateRight()10634 !ShiftAmountsAllowReplaceByRotate(shr->right(), shl->right())) { in MatchRotateRight()