Home
last modified time | relevance | path

Searched refs:ShiftAmountsAllowReplaceByRotate (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dhydrogen.cc10117 static bool ShiftAmountsAllowReplaceByRotate(HValue* sa, in ShiftAmountsAllowReplaceByRotate() function
10152 if (!ShiftAmountsAllowReplaceByRotate(shl->right(), shr->right()) && in MatchRotateRight()
10153 !ShiftAmountsAllowReplaceByRotate(shr->right(), shl->right())) { in MatchRotateRight()