Searched refs:constant_max_int (Results 1 – 1 of 1) sorted by relevance
178 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX); in TEST_F() local190 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() local258 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()