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

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc740 HInstruction* add_minus_1 = new (allocator) local
742 HInstruction* bounds_check = new (allocator) HBoundsCheck(add_minus_1, array_length, 0);
749 loop_body->AddInstruction(add_minus_1);

Completed in 19 milliseconds