HomeSort by relevance Sort by last modified time
    Searched full:constant_minus_1 (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
bounds_check_elimination_test.cc 487 HInstruction* constant_minus_1 = graph->GetIntConstant(-1); local
525 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_minus_1);
701 HInstruction* constant_minus_1 = graph->GetIntConstant(-1); local
741 HAdd(Primitive::kPrimInt, sub, constant_minus_1);
802 HInstruction* constant_minus_1 = graph_->GetIntConstant(-1); local
819 HAdd* add = new (&allocator_) HAdd(Primitive::kPrimInt, array_length, constant_minus_1);
    [all...]

Completed in 60 milliseconds