Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1118 HInstruction* one_const = graph_->GetConstant(DataType::Type::kInt32, 1); in TEST_F() local
1149 i_phi->AddInput(one_const); in TEST_F()
1156 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1159 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F()
1165 HInstruction* i_next = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1247 HInstruction* one_const = graph_->GetConstant(DataType::Type::kInt32, 1); in TEST_F() local
1278 i_phi->AddInput(one_const); in TEST_F()
1285 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1294 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F()
1312 HInstruction* i_next = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
[all …]