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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1378 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1399 if (N0C && N1C)
1400 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C);
1402 if (N0C && !N1C)
1405 if (N1C && N1C->isNullValue())
1409 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1411 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT,
1413 (uint64_t)N1C->getSExtValue());
1415 if (N1C
1548 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1590 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1625 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
1718 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1763 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1857 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
1941 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
1993 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2035 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2087 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2125 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2433 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3047 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3371 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3568 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3698 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
3843 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
4087 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
9718 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
[all...]
H A DTargetLowering.cpp1086 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
1087 const APInt &C1 = N1C->getAPIntValue();
1310 } else if ((N1C->isNullValue() || N1C->getAPIntValue() == 1) &&
1315 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (N1C->getAPIntValue() != 1);
1353 } else if (N1C->getAPIntValue() == 1 &&
1394 unsigned OperandBitSize = N1C->getValueType(0).getSizeInBits();
2541 const APInt &N1C = cast<ConstantSDNode>(N->getOperand(1))->getAPIntValue(); local
2542 APInt::mu magics = N1C.magicu();
2548 if (magics.a != 0 && !N1C[
[all...]
H A DSelectionDAG.cpp1583 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
1584 const APInt &C1 = N1C->getAPIntValue();
1601 if (ConstantFPSDNode *N1C = dyn_cast<ConstantFPSDNode>(N1.getNode())) {
1603 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
2798 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode()); local
2987 if (N1C) {
2988 APInt Val = N1C->getAPIntValue();
3100 if (N1C && !N2C && isCommutativeBinOp(Opcode)) {
3101 std::swap(N1C, N2C);
3262 ConstantSDNode *N1C local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1316 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1320 if (N0C && !N1C)
1324 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1334 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1353 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
1357 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1373 if (N1C
1393 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1213 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N->getOperand(1)))
1216 if (N1C->isNullValue() && N3C->isNullValue() &&
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2703 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
2704 if (!N1C)
2711 unsigned N1CVal = N1C->getZExtValue();
H A DARMISelLowering.cpp8305 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
8306 if (N1C) {
8307 unsigned Val = N1C->getZExtValue();
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9783 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
9784 if (N1C && N1C->getAPIntValue() == 1) {
16219 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1); local
16225 N1C && N0.getOpcode() == ISD::AND &&
16233 APInt ShAmt = N1C->getAPIntValue();
16247 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1->getOperand(0)); local
16251 if (N1C && (1 == N1C->getZExtValue())) {

Completed in 338 milliseconds