Searched refs:mleftright (Results 1 – 1 of 1) sorted by relevance
1184 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local1185 if (mleftright.right().IsMultipleOf(-mask)) { in ReduceWord32And()1189 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()1208 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And() local1209 if (mleftright.right().Is(base::bits::CountTrailingZeros32(mask))) { in ReduceWord32And()1213 node->ReplaceInput(1, mleftright.node()); in ReduceWord32And()