Home | History | Annotate | Download | only in compiler

Lines Matching refs:node2

727   Node* node2 = graph()->NewNode(machine()->Word32Or(), shr_l, shl_l);
728 Reduction reduction2 = Reduce(node2);
730 EXPECT_EQ(reduction2.replacement(), node2);
770 Node* node2 = graph()->NewNode(machine()->Word32Or(), shr, shl);
771 Reduction reduction2 = Reduce(node2);
773 EXPECT_EQ(reduction2.replacement(), node2);