Searched refs:zero_const (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 1258 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1291 t_phi->AddInput(zero_const); in TEST_F() 1387 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1420 t_phi->AddInput(zero_const); in TEST_F() 1527 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1535 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, two_const, 0, 0); in TEST_F() 1543 HInvoke* left_value = MakeInvoke(DataType::Type::kInt32, { zero_const }); in TEST_F() 1570 new (GetAllocator()) HArrayGet(alloc_w, zero_const, DataType::Type::kInt32, 0); in TEST_F() 1622 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1642 new (GetAllocator()) HArraySet(alloc_w, zero_const, zero_const, DataType::Type::kInt32, 0); in TEST_F() [all …]
|