Home | History | Annotate | Download | only in optimizing

Lines Matching refs:shl1

571   HInstruction* shl1 = InsertInstruction(
574 new (&allocator_) HAdd(Primitive::kPrimInt, shl1, constant100_), 0);
576 new (&allocator_) HSub(Primitive::kPrimInt, shl1, constant1_), 0);
580 new (&allocator_) HMul(Primitive::kPrimInt, shl1, constant2_), 0);
582 new (&allocator_) HShl(Primitive::kPrimInt, shl1, constant2_), 0);
583 k_header->AddInput(shl1);
588 EXPECT_STREQ("geo((2) * 2 ^ i + (0)):PrimInt", GetInductionInfo(shl1, 0).c_str());
788 HInstruction* shl1 = InsertInstruction(
806 GetInductionInfo(shl1, 0).c_str());