Lines Matching full:sub2
259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int);260 HInstruction* cmp2 = new (GetAllocator()) HLessThanOrEqual(sub2, constant_0);263 block2->AddInstruction(sub2);270 HBoundsCheck(sub2, array_length, 0);