Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc815 HPhi* phi_i = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in TEST_F() local
819 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_i, add); in TEST_F()
821 outer_header->AddPhi(phi_i); in TEST_F()
827 phi_i->AddInput(constant_0); in TEST_F()
834 HSub* sub = new (GetAllocator()) HSub(DataType::Type::kInt32, array_length, phi_i); in TEST_F()
928 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_i, constant_1); in TEST_F()
931 phi_i->AddInput(add); in TEST_F()