Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc1066 HRem* param_i_mod_10 = new (GetAllocator()) HRem(DataType::Type::kInt32, param_i, constant_10, 0); in TEST_F() local
1068 param_i_mod_10, constant_10, 0); in TEST_F()
1071 loop_body->AddInstruction(param_i_mod_10); in TEST_F()