Searched refs:zero_const (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1117 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1123 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F() 1150 t_phi->AddInput(zero_const); in TEST_F() 1246 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1252 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F() 1279 t_phi->AddInput(zero_const); in TEST_F() 1386 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F() local 1394 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, two_const, 0, 0); in TEST_F() 1402 HInvoke* left_value = MakeInvoke(DataType::Type::kInt32, { zero_const }); in TEST_F() 1404 new (GetAllocator()) HArraySet(alloc_w, zero_const, left_value, DataType::Type::kInt32, 0); in TEST_F() [all …]
|