Searched refs:eighty_const (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 1260 HInstruction* eighty_const = graph_->GetConstant(DataType::Type::kInt32, 80); in TEST_F() local 1264 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F() 1275 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F() 1389 HInstruction* eighty_const = graph_->GetConstant(DataType::Type::kInt32, 80); in TEST_F() local 1393 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F() 1404 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F()
|