Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding.cc831 HInstruction* hother = (left->IsNot() ? right : left); in VisitAnd() local
899 HInstruction* hother = (left->IsNot() ? right : left); in VisitOr() local
1007 HInstruction* hother = (left->IsNot() ? right : left); in VisitXor() local
Dinstruction_simplifier.cc3417 HInstruction* hother = (left->IsNot() ? right : left); in TryMergeNegatedInput() local