Searched refs:i_add1_ (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 96 i_add1_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c1); in CreateEntryBlockInstructions() 98 entry_block_->AddInstruction(i_add1_); in CreateEntryBlockInstructions() 291 HInstruction* i_add1_; member in art::LoadStoreEliminationTestBase 386 AddVecStore(entry_block_, array_, i_add1_); in TEST_F() 423 AddVecStore(entry_block_, array_, i_add1_); in TEST_F() 586 HInstruction* vstore3 = AddVecStore(right, array_, i_add1_, vdata); in TEST_F() 628 HInstruction* store2 = AddArraySet(right, array_, i_add1_); in TEST_F()
|