Searched refs:oper (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range.cc764 HInstruction* oper; local
766 oper = new (graph->GetArena()) HAdd(type, opa, opb);
768 oper = new (graph->GetArena()) HSub(type, opb, opa);
770 *result = Insert(block, oper);

Completed in 101 milliseconds