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