Lines Matching refs:c4
115 HInstruction* c4 = graph_->GetIntConstant(4); in CreateEntryBlockInstructions() local
117 i_add4_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c4); in CreateEntryBlockInstructions()
3716 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
3728 HInstruction* store_one = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_F()
3837 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
3849 HInstruction* store_one = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_F()
3967 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
3989 HInstruction* add_two = new (GetAllocator()) HAdd(DataType::Type::kInt32, get_two, c4); in TEST_F()
4021 EXPECT_INS_EQ(add_two->InputAt(1), c4); in TEST_F()
4836 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
4853 HInstruction* write_partial = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_P()
4961 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
4983 HInstruction* write_partial = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_P()
5031 EXPECT_INS_EQ(partial_set->InputAt(1), c4); in TEST_P()
5087 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
5118 HInstanceFieldSet* write_partial = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_P()
5157 EXPECT_INS_EQ(write_partial->InputAt(1), c4); in TEST_P()
5213 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
5239 HInstruction* write_partial = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_P()
5457 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
5494 HInstruction* write_bottom = MakeIFieldSet(new_inst, c4, MemberOffset(32)); in TEST_F()
6099 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
6134 HInstruction* add_right = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_right, c4); in TEST_F()
6142 HPhi* phi_bottom = MakePhi({c4, add_right}); in TEST_F()