Home | History | Annotate | Download | only in optimizing

Lines Matching defs:oper

1321                 HInstruction* oper;
1323 oper = new (graph->GetArena()) HAdd(type, opa, opb);
1325 oper = new (graph->GetArena()) HSub(type, opb, opa);
1329 oper = new (graph->GetArena()) HAdd(type, Insert(block, mul), opb);
1331 *result = Insert(block, oper);