Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1807 HInstruction* switch_val = MakeParam(DataType::Type::kInt32); in TEST_F() local
1822 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, switch_val); in TEST_F()