Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc3482 HInstruction* val_exit = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
3486 new (GetAllocator()) HAdd(DataType::Type::kInt32, val_exit, add_2_exit); in TEST_F()
3488 breturn->AddInstruction(val_exit); in TEST_F()