Home | History | Annotate | Download | only in compiler

Lines Matching full:binop

1207   Node* binop =
1211 t->Return(binop);
1213 CHECK_EQ(input_change, binop->InputAt(0)->opcode());
1214 CHECK_EQ(input_change, binop->InputAt(1)->opcode());
1215 CHECK_EQ(t->p0, binop->InputAt(0)->InputAt(0));
1216 CHECK_EQ(t->p1, binop->InputAt(1)->InputAt(0));
1218 CHECK_EQ(binop, t->ret->InputAt(0)->InputAt(0));