Searched refs:tryDemorganOfBooleanCondition (Results 1 – 1 of 1) sorted by relevance
18221 static SDValue tryDemorganOfBooleanCondition(SDValue Cond, SelectionDAG &DAG) { in tryDemorganOfBooleanCondition() function18409 if (SDValue NewCond = tryDemorganOfBooleanCondition(LHS, DAG)) { in combine_CC()