Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc69 HIntConstant* const_128 = graph_->GetIntConstant(128); in CreateBasicLoopDataFlow() local
74 HInstruction* loop_check = new (GetAllocator()) HGreaterThanOrEqual(phi, const_128); in CreateBasicLoopDataFlow()
107 ArenaVector<HInstruction*> current_locals({phi, const_128, parameters_[0]}, in CreateBasicLoopDataFlow()