Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1213 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local
1214 if (mleftright.right().IsMultipleOf(-mask)) { in ReduceWord32And()
1218 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()
1237 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local
1238 if (mleftright.right().Is(base::bits::CountTrailingZeros32(mask))) { in ReduceWord32And()
1242 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()