Searched refs:eighty_const (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1119 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()
|