Searched refs:CondNot (Results 1 – 2 of 2) sorted by relevance
149 Value *CondNot; in matchSelectWithOptionalNotCond() local150 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()151 Cond = CondNot; in matchSelectWithOptionalNotCond()
38315 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local38317 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()