Lines Matching refs:add

284   HInstruction* add = InsertInstruction(  in TEST_F()  local
296 EXPECT_STREQ("((1) * i + (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
316 HInstruction* add = InsertInstruction( in TEST_F() local
318 HInstruction* store1 = InsertArrayStore(add, 0); in TEST_F()
320 new (GetAllocator()) HSub(DataType::Type::kInt32, add, constant1_), 0); in TEST_F()
438 HInstruction* add = InsertInstruction( in TEST_F() local
441 new (GetAllocator()) HAdd(DataType::Type::kInt32, add, k_header), 0); in TEST_F()
448 EXPECT_STREQ("((2) * i + (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
467 HInstruction* add = InsertInstruction( in TEST_F() local
486 GetInductionInfo(add, 0).c_str()); in TEST_F()
608 HInstruction* add = InsertInstruction( in TEST_F() local
625 EXPECT_STREQ("geo((1) * 100 ^ -i + (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
687 HInstruction* add = InsertInstruction( in TEST_F() local
705 GetInductionInfo(add, 0).c_str()); in TEST_F()
783 HInstruction* add = InsertInstruction( in TEST_F() local
801 GetInductionInfo(add, 0).c_str()); in TEST_F()
1014 HInstruction* add = InsertInstruction( in TEST_F() local
1030 EXPECT_STREQ("periodic(((1) + (100)), (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
1123 HInstruction* add = InsertInstruction( in TEST_F() local
1125 HInstruction* store2 = InsertArrayStore(add, 0); in TEST_F()
1150 HInstruction* add = InsertInstruction( in TEST_F() local
1153 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, add, kNoDexPc), 0); in TEST_F()
1160 EXPECT_STREQ("", GetInductionInfo(add, 0).c_str()); in TEST_F()
1164 EXPECT_FALSE(IsNarrowingLinear(add)); // works for null in TEST_F()
1178 HInstruction* add = InsertInstruction( in TEST_F() local
1181 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, add, kNoDexPc), 0); in TEST_F()
1186 EXPECT_STREQ("", GetInductionInfo(add, 0).c_str()); in TEST_F()
1202 HInstruction* add = InsertInstruction( in TEST_F() local
1204 k_header->AddInput(add); in TEST_F()
1208 EXPECT_STREQ("", GetInductionInfo(add, 0).c_str()); in TEST_F()