Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1119 HInstruction* eighty_const = graph_->GetConstant(DataType::Type::kInt32, 80); in TEST_F() local
1123 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F()
1134 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F()
1248 HInstruction* eighty_const = graph_->GetConstant(DataType::Type::kInt32, 80); in TEST_F() local
1252 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F()
1263 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F()