Searched refs:N0C (Results 1 – 2 of 2) sorted by relevance
1404 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADD() local1426 if (N0C && N1C) in visitADD()1427 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C); in visitADD()1429 if (N0C && !N1C) in visitADD()1443 if (ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0.getOperand(0))) in visitADD() local1446 N0C->getAPIntValue(), VT), in visitADD()1574 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local1585 if (N0C && !N1C) in visitADDC()1616 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local1620 if (N0C && !N1C) in visitADDE()[all …]
1399 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1404 if (N0C && !N1C) in PerformDAGCombine()1408 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1436 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1441 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()1476 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1481 if ((N0C && !N1C) || in PerformDAGCombine()1482 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()