Searched refs:N1C (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1405 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1426 if (N0C && N1C)
1427 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C);
1429 if (N0C && !N1C)
1432 if (N1C && N1C->isNullValue())
1436 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1438 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
1440 (uint64_t)N1C->getSExtValue());
1442 if (N1C
1575 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1617 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1647 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
1740 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1921 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
2005 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
2057 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2099 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2151 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2189 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2497 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3135 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3429 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3634 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3791 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3942 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
4194 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
10450 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
[all...]
H A DTargetLowering.cpp1147 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
1148 const APInt &C1 = N1C->getAPIntValue();
1373 } else if ((N1C->isNullValue() || N1C->getAPIntValue() == 1) &&
1378 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (N1C->getAPIntValue() != 1);
1418 } else if (N1C->getAPIntValue() == 1 &&
1459 unsigned OperandBitSize = N1C->getValueType(0).getSizeInBits();
2613 const APInt &N1C = cast<ConstantSDNode>(N->getOperand(1))->getAPIntValue(); local
2614 APInt::mu magics = N1C.magicu();
2620 if (magics.a != 0 && !N1C[
[all...]
H A DSelectionDAG.cpp1656 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
1657 const APInt &C1 = N1C->getAPIntValue();
1674 if (ConstantFPSDNode *N1C = dyn_cast<ConstantFPSDNode>(N1.getNode())) {
1676 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
2880 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
3069 if (N1C) {
3070 APInt Val = N1C->getAPIntValue();
3183 if (N1C && !N2C && isCommutativeBinOp(Opcode)) {
3184 std::swap(N1C, N2C);
3347 ConstantSDNode *N1C local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1400 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1404 if (N0C && !N1C)
1408 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1418 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1437 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1441 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1457 if (N1C
1477 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1189 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N->getOperand(1)))
1192 if (N1C->isNullValue() && N3C->isNullValue() &&
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2611 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2612 if (!N1C)
2619 unsigned N1CVal = N1C->getZExtValue();
H A DARMISelLowering.cpp8783 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
8784 if (N1C) {
8785 unsigned Val = N1C->getZExtValue();
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10489 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
10490 if (N1C && N1C->getAPIntValue() == 1) {
17434 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
17440 N1C && N0.getOpcode() == ISD::AND &&
17448 APInt ShAmt = N1C->getAPIntValue();
17462 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1->getOperand(0)); local
17466 if (N1C && (1 == N1C->getZExtValue())) {

Completed in 207 milliseconds