Searched refs:read_2 (Results 1 – 1 of 1) sorted by relevance
1571 HInstruction* read_2 = in TEST_F() local1573 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()1576 ret->AddInstruction(read_2); in TEST_F()1588 EXPECT_INS_REMOVED(read_2); in TEST_F()1661 HInstruction* read_2 = in TEST_F() local1663 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()1666 ret->AddInstruction(read_2); in TEST_F()1678 EXPECT_INS_REMOVED(read_2); in TEST_F()