Home
last modified time | relevance | path

Searched refs:constant_max_int (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc176 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); in TEST_F() local
189 new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter2, constant_max_int); in TEST_F()
241 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); in TEST_F() local
258 new (GetAllocator()) HSub(DataType::Type::kInt32, parameter2, constant_max_int); in TEST_F()
259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int); in TEST_F()