Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc1021 HRem* i_mod_1 = new (GetAllocator()) HRem(DataType::Type::kInt32, phi, constant_1, 0); in TEST_F() local
1022 HBoundsCheck* bounds_check_i_mod_1 = new (GetAllocator()) HBoundsCheck(i_mod_1, constant_10, 0); in TEST_F()
1025 loop_body->AddInstruction(i_mod_1); in TEST_F()