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

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc371 HInstruction* constant_increment = graph->GetIntConstant(increment); local
415 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
486 HInstruction* constant_increment = graph->GetIntConstant(increment); local
531 HInstruction* add_phi = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
594 HInstruction* constant_increment = graph->GetIntConstant(increment); local
640 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);

Completed in 43 milliseconds