Lines Matching refs:sub

286   HInstruction* sub = InsertInstruction(  in TEST_F()  local
297 EXPECT_STREQ("(( - (1)) * i + (100)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
319 HInstruction* sub = InsertInstruction( in TEST_F() local
321 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F()
322 k_header->AddInput(sub); in TEST_F()
469 HInstruction* sub = InsertInstruction( in TEST_F() local
472 new (GetAllocator()) HNeg(DataType::Type::kInt32, sub), 0); in TEST_F()
488 GetInductionInfo(sub, 0).c_str()); in TEST_F()
571 HInstruction* sub = InsertInstruction( in TEST_F() local
574 new (GetAllocator()) HNeg(DataType::Type::kInt32, sub), 0); in TEST_F()
586 EXPECT_STREQ("geo((2) * 2 ^ i + ((0) - (1))):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
610 HInstruction* sub = InsertInstruction( in TEST_F() local
613 new (GetAllocator()) HNeg(DataType::Type::kInt32, sub), 0); in TEST_F()
626 EXPECT_STREQ("geo((1) * 100 ^ -i + ((0) - (1))):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
689 HInstruction* sub = InsertInstruction( in TEST_F() local
692 new (GetAllocator()) HNeg(DataType::Type::kInt32, sub), 0); in TEST_F()
707 GetInductionInfo(sub, 0).c_str()); in TEST_F()
729 HInstruction* sub = InsertInstruction( in TEST_F() local
731 k_header->AddInput(sub); in TEST_F()
738 EXPECT_STREQ("(( - (1)) * i + (100)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
758 HInstruction* sub = InsertInstruction( in TEST_F() local
760 t->AddInput(sub); in TEST_F()
785 HInstruction* sub = InsertInstruction( in TEST_F() local
803 GetInductionInfo(sub, 0).c_str()); in TEST_F()
854 HInstruction* sub = InsertInstruction( in TEST_F() local
856 k_header->AddInput(sub); in TEST_F()
860 EXPECT_STREQ("periodic((1), (0)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
1016 HInstruction* sub = InsertInstruction( in TEST_F() local
1031 EXPECT_STREQ("periodic(((1) - (100)), ((0) - (100))):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()