Searched refs:i_add1_ (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 44 i_add1_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c1); in CreateEntryBlockInstructions() 46 entry_block_->AddInstruction(i_add1_); in CreateEntryBlockInstructions() 253 HInstruction* i_add1_; member in art::LoadStoreEliminationTest 334 AddVecStore(entry_block_, array_, i_add1_); in TEST_F() 369 AddVecStore(entry_block_, array_, i_add1_); in TEST_F() 524 HInstruction* vstore3 = AddVecStore(right, array_, i_add1_, vdata); in TEST_F() 564 HInstruction* store2 = AddArraySet(right, array_, i_add1_); in TEST_F()
|