Lines Matching refs:IsNOT
5112 static SDValue IsNOT(SDValue V, SelectionDAG &DAG) { in IsNOT() function
5120 if (SDValue Not = IsNOT(V.getOperand(0), DAG)) { in IsNOT()
5152 SDValue NotCat = IsNOT(CatOp, DAG); in IsNOT()
46305 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect()
46836 if (SDValue NotOp0 = IsNOT(Op0, DAG)) { in combinePTESTCC()
46874 if (SDValue NotOp1 = IsNOT(Op1, DAG)) { in combinePTESTCC()
46887 if (SDValue NotOp1 = IsNOT(Op1, DAG)) { in combinePTESTCC()
48539 SDValue Not0 = N0.isUndef() ? N0 : IsNOT(N0, DAG); in combineVectorPack()
48540 SDValue Not1 = N1.isUndef() ? N1 : IsNOT(N1, DAG); in combineVectorPack()
48999 if (SDValue Not = IsNOT(N0, DAG)) { in combineAndNotIntoANDNP()
49002 } else if (SDValue Not = IsNOT(N1, DAG)) { in combineAndNotIntoANDNP()
49047 if (SDValue Not = IsNOT(Src, DAG)) { in combineAndShuffleNot()
53489 if (SDValue Not = IsNOT(N0, DAG)) in combineAndnp()
53495 if (SDValue Not = IsNOT(N1, DAG)) in combineAndnp()
54526 if (SDValue NotSrc = IsNOT(Src, DAG)) { in combineMOVMSK()