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

  /art/compiler/optimizing/
bounds_check_elimination_test.cc 176 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); local
189 new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter2, constant_max_int);
241 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); local
258 new (GetAllocator()) HSub(DataType::Type::kInt32, parameter2, constant_max_int);
259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int);
    [all...]

Completed in 88 milliseconds