Home | History | Annotate | Download | only in optimizing

Lines Matching full:sub1

257   HInstruction* sub1 =
259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int);
262 block2->AddInstruction(sub1);