Home
last modified time | relevance | path

Searched refs:inst4 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dconstant_folding_test.cc633 HInstruction* inst4 = inst3->GetPrevious(); in TEST_F() local
634 ASSERT_TRUE(inst4->IsIntConstant()); in TEST_F()
635 ASSERT_EQ(inst4->AsIntConstant()->GetValue(), 3); in TEST_F()