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.cc178 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); in TEST_F() local
190 HInstruction* add = new (&allocator_) HAdd(Primitive::kPrimInt, parameter2, constant_max_int); in TEST_F()
242 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); in TEST_F() local
258 HInstruction* sub1 = new (&allocator_) HSub(Primitive::kPrimInt, parameter2, constant_max_int); in TEST_F()
259 HInstruction* sub2 = new (&allocator_) HSub(Primitive::kPrimInt, sub1, constant_max_int); in TEST_F()