Lines Matching full:add2
412 HInstruction* add2 = InsertInstruction(
415 new (GetAllocator()) HAdd(DataType::Type::kInt32, add1, add2), 0);
420 EXPECT_STREQ("((1) * i + (7)):Int32", GetInductionInfo(add2, 0).c_str());
512 HInstruction* add2 = InsertInstruction(
526 GetInductionInfo(add2, 0).c_str());
569 HInstruction* add2 = InsertInstruction(
585 EXPECT_STREQ("geo((2) * 2 ^ i + (100)):Int32", GetInductionInfo(add2, 0).c_str());