Searched refs:N0C (Results 1 – 6 of 6) sorted by relevance
1638 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1643 if (N0C && !N1C) in PerformDAGCombine()1647 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1674 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1679 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1712 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1717 if ((N0C && !N1C) || in PerformDAGCombine()1718 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
1637 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1642 if (N0C && !N1C) in PerformDAGCombine()1646 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1673 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1678 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1711 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1716 if ((N0C && !N1C) || in PerformDAGCombine()1717 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
1652 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1657 if (N0C && !N1C) in PerformDAGCombine()1661 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1689 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1694 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1729 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1734 if ((N0C && !N1C) || in PerformDAGCombine()1735 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
1669 if (ConstantSDNode *N0C = getAsNonOpaqueConstant(N0.getOperand(0))) { in visitADD() local1673 N0C->getAPIntValue(), DL, VT), in visitADD()1792 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local1794 if (N0C && !N1C) in visitADDC()1827 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local1829 if (N0C && !N1C) in visitADDE()1877 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); in visitSUB() local1900 if (N1.getOpcode() == ISD::ADD && N0C && N1C1) { in visitSUB()1902 SDValue NewC = DAG.getConstant(N0C->getAPIntValue() - N1C1->getAPIntValue(), in visitSUB()2235 ConstantSDNode *N0C = isConstOrConstSplat(N0); in visitSDIV() local[all …]
2517 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local2519 if (N0C && !N1C) in visitADDC()2672 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local2674 if (N0C && !N1C) in visitADDE()2692 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDCARRY() local2694 if (N0C && !N1C) in visitADDCARRY()3714 ConstantSDNode *N0C = isConstOrConstSplat(N0); in simplifyDivRem() local3715 if (N0C && N0C->isNullValue()) in simplifyDivRem()3749 ConstantSDNode *N0C = isConstOrConstSplat(N0); in visitSDIV() local3751 if (N0C && N1C && !N0C->isOpaque() && !N1C->isOpaque()) in visitSDIV()[all …]
2720 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local2722 if (N0C && !N1C) in visitADDC()2857 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local2859 if (N0C && !N1C) in visitADDE()2877 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDCARRY() local2879 if (N0C && !N1C) in visitADDCARRY()2916 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitSADDO_CARRY() local2918 if (N0C && !N1C) in visitSADDO_CARRY()3989 ConstantSDNode *N0C = isConstOrConstSplat(N0); in simplifyDivRem() local3990 if (N0C && N0C->isNullValue()) in simplifyDivRem()