Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc1067 HBoundsCheck* bounds_check_param_i_mod_10 = new (GetAllocator()) HBoundsCheck( in TEST_F() local
1070 new_array, bounds_check_param_i_mod_10, constant_10, DataType::Type::kInt32, 0); in TEST_F()
1072 loop_body->AddInstruction(bounds_check_param_i_mod_10); in TEST_F()
1106 ASSERT_FALSE(IsRemoved(bounds_check_param_i_mod_10)); in TEST_F()