Searched refs:mleftright (Results 1 – 1 of 1) sorted by relevance
1207 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local1208 if (mleftright.right().IsMultipleOf(-mask)) { in ReduceWord32And()1212 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()1231 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local1232 if (mleftright.right().Is(base::bits::CountTrailingZeros(mask))) { in ReduceWord32And()1236 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()