Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc37 bool left_is_not = left->IsNot(); in TryCombineAndNot() local
38 HInstruction* other_ins = (left_is_not ? right : left); in TryCombineAndNot()
39 HNot* not_ins = (left_is_not ? left : right)->AsNot(); in TryCombineAndNot()