Searched defs:N1C (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1658 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1662 if (N0C && !N1C)
1666 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1676 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1695 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1699 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1715 if (N1C
1735 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2575 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2576 if (!N1C)
2583 unsigned N1CVal = N1C->getZExtValue();
H A DARMISelLowering.cpp8275 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
8276 if (N1C) {
8277 unsigned Val = N1C->getZExtValue();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1822 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
1823 const APInt &C1 = N1C->getAPIntValue();
1840 if (ConstantFPSDNode *N1C = dyn_cast<ConstantFPSDNode>(N1.getNode())) {
1842 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
3069 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
3258 if (N1C) {
3259 APInt Val = N1C->getAPIntValue();
3372 if (N1C && !N2C && isCommutativeBinOp(Opcode)) {
3373 std::swap(N1C, N2C);
3539 ConstantSDNode *N1C local
[all...]
H A DDAGCombiner.cpp1485 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1506 if (N0C && N1C)
1507 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C);
1509 if (N0C && !N1C)
1512 if (N1C && N1C->isNullValue())
1516 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1518 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
1520 (uint64_t)N1C->getSExtValue());
1522 if (N1C
1657 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1699 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1729 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
1822 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1987 ConstantSDNode *N1C = isConstOrConstSplat(N1); local
2072 ConstantSDNode *N1C = isConstOrConstSplat(N1); local
2124 ConstantSDNode *N1C = isConstOrConstSplat(N1); local
2166 ConstantSDNode *N1C = isConstOrConstSplat(N1); local
2218 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2256 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2595 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3233 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3700 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3948 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
4117 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
4263 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
4509 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
11114 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
[all...]

Completed in 2403 milliseconds