Lines Matching refs:c0
238 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
241 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
243 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
247 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
248 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
250 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
252 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
254 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
256 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
258 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
260 new (GetAllocator()) HArraySet(array, sub_neg1, c0, DataType::Type::kInt32, 0); in TEST_F()
332 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
338 c0, in TEST_F()
339 c0, in TEST_F()
344 c0, in TEST_F()
349 c0, in TEST_F()
369 c0, in TEST_F()
545 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
558 array, add_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
560 array, sub_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
567 array, add_0x10, c0, DataType::Type::kInt32, 0); in TEST_F()
569 array, sub_0xFFFFFFF0, c0, DataType::Type::kInt32, 0); in TEST_F()
577 array, add_0x7FFFFFFF, c0, DataType::Type::kInt32, 0); in TEST_F()
579 array, sub_0x80000001, c0, DataType::Type::kInt32, 0); in TEST_F()
582 HInstruction* add_0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
583 HInstruction* sub_0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
585 array, add_0, c0, DataType::Type::kInt32, 0); in TEST_F()
587 array, sub_0, c0, DataType::Type::kInt32, 0); in TEST_F()
861 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
899 c0, in TEST_F()
970 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
1008 c0, in TEST_F()
1373 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
1411 c0, in TEST_F()
1425 c0, in TEST_F()
1474 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
1512 c0, in TEST_F()
1526 c0, in TEST_F()
1585 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
1634 c0, in TEST_F()
1680 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
1697 c0, in TEST_F()
1768 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
1808 c0, in TEST_F()
1864 c0, in TEST_F()