Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc45 i_add4_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c4); in CreateEntryBlockInstructions()
47 entry_block_->AddInstruction(i_add4_); in CreateEntryBlockInstructions()
254 HInstruction* i_add4_; member in art::LoadStoreEliminationTest
366 AddVecStore(entry_block_, array_, i_add4_); in TEST_F()
368 HInstruction* vload2 = AddVecLoad(entry_block_, array_, i_add4_); in TEST_F()
371 HInstruction* vload4 = AddVecLoad(entry_block_, array_, i_add4_); in TEST_F()