Searched refs:ret_add (Results 1 – 1 of 1) sorted by relevance
1715 HInstruction* ret_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, ret_get1, ret_get2); in TEST_F() local1716 HInstruction* ret_return = new (GetAllocator()) HReturn(ret_add); in TEST_F()1720 ret->AddInstruction(ret_add); in TEST_F()