Searched refs:CondNot (Results 1 – 2 of 2) sorted by relevance
182 Value *CondNot; in matchSelectWithOptionalNotCond() local183 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()184 Cond = CondNot; in matchSelectWithOptionalNotCond()
46132 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local46134 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()