Searched defs:previous_neg (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc517 HNeg* previous_neg = input->AsNeg(); local
518 instruction->ReplaceWith(previous_neg->GetInput());
523 if (!previous_neg->HasUses()) {
524 previous_neg->GetBlock()->RemoveInstruction(previous_neg);

Completed in 549 milliseconds