Lines Matching refs:constant_1

79   HInstruction* constant_1 = graph_->GetIntConstant(1);  in TEST_F()  local
97 null_check, bounds_check2, constant_1, Primitive::kPrimInt, 0); in TEST_F()
121 null_check, bounds_check4, constant_1, Primitive::kPrimInt, 0); in TEST_F()
134 null_check, bounds_check5, constant_1, Primitive::kPrimInt, 0); in TEST_F()
176 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
206 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0); in TEST_F()
240 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
272 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0); in TEST_F()
304 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
315 null_check, bounds_check6, constant_1, Primitive::kPrimInt, 0); in TEST_F()
326 null_check, bounds_check5, constant_1, Primitive::kPrimInt, 0); in TEST_F()
337 null_check, bounds_check4, constant_1, Primitive::kPrimInt, 0); in TEST_F()
697 HInstruction* constant_1 = graph->GetIntConstant(1); in BuildSSAGraph4() local
743 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_1); in BuildSSAGraph4()
801 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
857 HInstruction* j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F()
875 j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F()
920 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F()
927 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_i, constant_1); in TEST_F()