Searched refs:read_2 (Results 1 – 1 of 1) sorted by relevance
1430 HInstruction* read_2 = in TEST_F() local1432 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()1435 ret->AddInstruction(read_2); in TEST_F()1447 EXPECT_INS_REMOVED(read_2); in TEST_F()1520 HInstruction* read_2 = in TEST_F() local1522 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()1525 ret->AddInstruction(read_2); in TEST_F()1537 EXPECT_INS_REMOVED(read_2); in TEST_F()