Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc1031 HBoundsCheck* bounds_check_i_mod_200 = new (GetAllocator()) HBoundsCheck( in TEST_F() local
1034 new_array, bounds_check_i_mod_200, constant_10, DataType::Type::kInt32, 0); in TEST_F()
1036 loop_body->AddInstruction(bounds_check_i_mod_200); in TEST_F()
1103 ASSERT_TRUE(IsRemoved(bounds_check_i_mod_200)); in TEST_F()