Lines Matching refs:inst

125     HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);  in TEST_F()  local
126 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
127 ASSERT_EQ(inst->AsIntConstant()->GetValue(), -1); in TEST_F()
186 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
187 ASSERT_TRUE(inst->IsLongConstant()); in TEST_F()
188 ASSERT_EQ(inst->AsLongConstant()->GetValue(), INT64_C(-4294967296)); in TEST_F()
247 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
248 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
249 ASSERT_EQ(inst->AsIntConstant()->GetValue(), 3); in TEST_F()
397 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
398 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
399 ASSERT_EQ(inst->AsIntConstant()->GetValue(), 1); in TEST_F()
460 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
461 ASSERT_TRUE(inst->IsLongConstant()); in TEST_F()
462 ASSERT_EQ(inst->AsLongConstant()->GetValue(), 3); in TEST_F()
524 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
525 ASSERT_TRUE(inst->IsLongConstant()); in TEST_F()
526 ASSERT_EQ(inst->AsLongConstant()->GetValue(), 1); in TEST_F()
709 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
710 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
711 ASSERT_EQ(inst->AsIntConstant()->GetValue(), 1); in TEST_F()