Searched refs:left_is_not (Results 1 – 1 of 1) sorted by relevance
37 bool left_is_not = left->IsNot(); in TryCombineAndNot() local38 HInstruction* other_ins = (left_is_not ? right : left); in TryCombineAndNot()39 HNot* not_ins = (left_is_not ? left : right)->AsNot(); in TryCombineAndNot()