Lines Matching refs:inst
127 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
128 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
129 ASSERT_EQ(inst->AsIntConstant()->GetValue(), -1); in TEST_F()
188 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
189 ASSERT_TRUE(inst->IsLongConstant()); in TEST_F()
190 ASSERT_EQ(inst->AsLongConstant()->GetValue(), INT64_C(-4294967296)); in TEST_F()
249 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
250 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
251 ASSERT_EQ(inst->AsIntConstant()->GetValue(), 3); in TEST_F()
399 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
400 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
401 ASSERT_EQ(inst->AsIntConstant()->GetValue(), 1); in TEST_F()
462 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
463 ASSERT_TRUE(inst->IsLongConstant()); in TEST_F()
464 ASSERT_EQ(inst->AsLongConstant()->GetValue(), 3); in TEST_F()
526 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
527 ASSERT_TRUE(inst->IsLongConstant()); in TEST_F()
528 ASSERT_EQ(inst->AsLongConstant()->GetValue(), 1); in TEST_F()
711 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
712 ASSERT_TRUE(inst->IsIntConstant()); in TEST_F()
713 ASSERT_EQ(inst->AsIntConstant()->GetValue(), 1); in TEST_F()