Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc198 HInstruction* hother = (left->IsNot() ? right : left); in TryMergeNegatedInput() local
220 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc()); in TryMergeNegatedInput()
Dconstant_folding.cc241 HInstruction* hother = (left->IsNot() ? right : left); in VisitAnd() local
244 if (src == hother) { in VisitAnd()