Home
last modified time | relevance | path

Searched refs:i_mod_10 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc1012 HRem* i_mod_10 = new (GetAllocator()) HRem(DataType::Type::kInt32, phi, constant_10, 0); in TEST_F() local
1013 HBoundsCheck* bounds_check_i_mod_10 = new (GetAllocator()) HBoundsCheck(i_mod_10, constant_10, 0); in TEST_F()
1016 loop_body->AddInstruction(i_mod_10); in TEST_F()