Searched refs:CondNot (Results 1 – 2 of 2) sorted by relevance
171 Value *CondNot; in matchSelectWithOptionalNotCond() local172 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()173 Cond = CondNot; in matchSelectWithOptionalNotCond()
41848 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local41850 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()