Searched defs:N0C (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1668 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); local
1673 if (N0C && !N1C)
1677 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1705 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); local
1710 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1745 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); local
1750 if ((N0C && !N1C) ||
1751 (N0C
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1661 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0);
1663 if (N0C && N1C)
1664 return DAG.FoldConstantArithmetic(ISD::ADD, SDLoc(N), VT, N0C, N1C);
1681 if (ConstantSDNode *N0C = getAsNonOpaqueConstant(N0.getOperand(0))) {
1685 N0C->getAPIntValue(), DL, VT),
1803 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
1805 if (N0C && !N1C)
1838 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); local
1840 if (N0C && !N1C)
1883 ConstantSDNode *N0C
2240 ConstantSDNode *N0C = isConstOrConstSplat(N0); local
2339 ConstantSDNode *N0C = isConstOrConstSplat(N0); local
2400 ConstantSDNode *N0C = isConstOrConstSplat(N0); local
3043 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); local
3759 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); local
4389 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); local
4583 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); local
4730 ConstantSDNode *N0C = getAsNonOpaqueConstant(N0); local
[all...]

Completed in 152 milliseconds