Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1668 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1673 if (N0C && !N1C) in PerformDAGCombine()
1677 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()
1705 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1710 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) { in PerformDAGCombine()
1745 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1750 if ((N0C && !N1C) || in PerformDAGCombine()
1751 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1661 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); in visitADD() local
1663 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() local
1685 N0C->getAPIntValue(), DL, VT), in visitADD()
1803 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local
1805 if (N0C && !N1C) in visitADDC()
1838 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local
1840 if (N0C && !N1C) in visitADDE()
1883 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); in visitSUB() local
[all …]