Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization_test.cc294 HIntConstant* const_0 = graph_->GetIntConstant(0); in TEST_F() local
298 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0); in TEST_F()
Dsuperblock_cloner_test.cc67 HIntConstant* const_0 = graph_->GetIntConstant(0); in CreateBasicLoopDataFlow() local
101 phi->AddInput(const_0); in CreateBasicLoopDataFlow()