Home | History | Annotate | Download | only in optimizing

Lines Matching refs:constant0

645     HIntConstant* constant0 = graph->GetIntConstant(0);
647 HEqual* equal = new (&allocator) HEqual(constant0, constant0);
665 then_block->AddInstruction(new (&allocator) HReturn(constant0));