Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1207 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local
1208 if (mleftright.right().IsMultipleOf(-mask)) { in ReduceWord32And()
1212 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()
1231 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local
1232 if (mleftright.right().Is(base::bits::CountTrailingZeros(mask))) { in ReduceWord32And()
1236 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()