Searched refs:CondNot (Results 1 – 2 of 2) sorted by relevance
183 Value *CondNot; in matchSelectWithOptionalNotCond() local184 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()185 Cond = CondNot; in matchSelectWithOptionalNotCond()
46305 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local46307 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()