Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc10598 static bool ShiftAmountsAllowReplaceByRotate(HValue* sa, in ShiftAmountsAllowReplaceByRotate() function
10633 if (!ShiftAmountsAllowReplaceByRotate(shl->right(), shr->right()) && in MatchRotateRight()
10634 !ShiftAmountsAllowReplaceByRotate(shr->right(), shl->right())) { in MatchRotateRight()