Home
last modified time | relevance | path

Searched refs:N0C (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1404 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADD() local
1426 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() local
1446 N0C->getAPIntValue(), VT), in visitADD()
1574 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local
1585 if (N0C && !N1C) in visitADDC()
1616 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local
1620 if (N0C && !N1C) in visitADDE()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1399 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1404 if (N0C && !N1C) in PerformDAGCombine()
1408 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()
1436 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1441 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()
1476 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1481 if ((N0C && !N1C) || in PerformDAGCombine()
1482 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()