Searched refs:N0C (Results 1 – 2 of 2) sorted by relevance
1668 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1673 if (N0C && !N1C) in PerformDAGCombine()1677 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1705 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1710 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1745 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1750 if ((N0C && !N1C) || in PerformDAGCombine()1751 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
1661 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); in visitADD() local1663 if (N0C && N1C) in visitADD()1664 return DAG.FoldConstantArithmetic(ISD::ADD, SDLoc(N), VT, N0C, N1C); in visitADD()1681 if (ConstantSDNode *N0C = getAsNonOpaqueConstant(N0.getOperand(0))) { in visitADD() local1685 N0C->getAPIntValue(), DL, VT), in visitADD()1803 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local1805 if (N0C && !N1C) in visitADDC()1838 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local1840 if (N0C && !N1C) in visitADDE()1883 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); in visitSUB() local[all …]