Home | History | Annotate | Download | only in optimizing

Lines Matching refs:shl1

567   HInstruction* shl1 = InsertInstruction(
570 new (GetAllocator()) HAdd(DataType::Type::kInt32, shl1, constant100_), 0);
572 new (GetAllocator()) HSub(DataType::Type::kInt32, shl1, constant1_), 0);
576 new (GetAllocator()) HMul(DataType::Type::kInt32, shl1, constant2_), 0);
578 new (GetAllocator()) HShl(DataType::Type::kInt32, shl1, constant2_), 0);
579 k_header->AddInput(shl1);
584 EXPECT_STREQ("geo((2) * 2 ^ i + (0)):Int32", GetInductionInfo(shl1, 0).c_str());
789 HInstruction* shl1 = InsertInstruction(
807 GetInductionInfo(shl1, 0).c_str());