Searched refs:first_xor (Results 1 – 1 of 1) sorted by relevance
366 HXor* first_xor = graph->GetBlocks()[1]->GetFirstInstruction()->AsXor(); in TEST_F() local368 ASSERT_EQ(last_xor->InputAt(0), first_xor); in TEST_F()369 LiveInterval* interval = first_xor->GetLiveInterval(); in TEST_F()374 ASSERT_EQ(interval->FirstRegisterUse(), first_xor->GetLifetimePosition()); in TEST_F()377 interval = interval->SplitAt(first_xor->GetLifetimePosition() + 2); in TEST_F()