• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/

Lines Matching refs:getConstant

271                      DAG.getConstant(DiffBits, TLI.getPointerTy()));
318 DAG.getConstant(NVT.getSizeInBits() -
339 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, NVT));
669 DAG.getConstant(0, Hi.getValueType()), ISD::SETNE);
728 DAG.getConstant(i * RegVT.getSizeInBits(),
900 DAG.getConstant(OVT.getSizeInBits(), TLI.getPointerTy()));
1279 Lo = Hi = DAG.getConstant(0, NVT);
1281 Lo = DAG.getConstant(0, NVT);
1283 NVT, InL, DAG.getConstant(Amt-NVTBits, ShTy));
1285 Lo = DAG.getConstant(0, NVT);
1297 Lo = DAG.getNode(ISD::SHL, DL, NVT, InL, DAG.getConstant(Amt, ShTy));
1300 DAG.getConstant(Amt, ShTy)),
1302 DAG.getConstant(NVTBits-Amt, ShTy)));
1309 Lo = DAG.getConstant(0, NVT);
1310 Hi = DAG.getConstant(0, NVT);
1313 NVT, InH, DAG.getConstant(Amt-NVTBits,ShTy));
1314 Hi = DAG.getConstant(0, NVT);
1317 Hi = DAG.getConstant(0, NVT);
1321 DAG.getConstant(Amt, ShTy)),
1323 DAG.getConstant(NVTBits-Amt, ShTy)));
1324 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, ShTy));
1332 DAG.getConstant(NVTBits-1, ShTy));
1335 DAG.getConstant(Amt-NVTBits, ShTy));
1337 DAG.getConstant(NVTBits-1, ShTy));
1341 DAG.getConstant(NVTBits-1, ShTy));
1345 DAG.getConstant(Amt, ShTy)),
1347 DAG.getConstant(NVTBits-Amt, ShTy)));
1348 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, DAG.getConstant(Amt, ShTy));
1384 DAG.getConstant(~HighBitMask, ShTy));
1389 Lo = DAG.getConstant(0, NVT); // Low part is zero.
1393 Hi = DAG.getConstant(0, NVT); // Hi part is zero.
1398 DAG.getConstant(NVTBits-1, ShTy));
1411 DAG.getConstant(NVTBits-1, ShTy));
1427 SDValue Sh1 = DAG.getNode(Op2, dl, NVT, InL, DAG.getConstant(1, ShTy));
1458 SDValue NVBitsNode = DAG.getConstant(NVTBits, ShTy);
1477 LoL = DAG.getConstant(0, NVT); // Lo part is zero.
1493 HiL = DAG.getConstant(0, NVT); // Hi part is zero.
1510 DAG.getConstant(NVTBits-1, ShTy));
1561 DAG.getConstant(1, NVT),
1562 DAG.getConstant(0, NVT));
1566 DAG.getConstant(1, NVT), Carry1);
1575 DAG.getConstant(1, NVT),
1576 DAG.getConstant(0, NVT));
1673 DAG.getConstant(NVTBits-1, TLI.getPointerTy()));
1693 Hi = DAG.getConstant(0, NVT);
1710 Lo = DAG.getConstant(Cst.trunc(NBitWidth), NVT);
1711 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), NVT);
1722 DAG.getConstant(0, NVT), ISD::SETNE);
1729 DAG.getConstant(NVT.getSizeInBits(), NVT)));
1730 Hi = DAG.getConstant(0, NVT);
1741 Hi = DAG.getConstant(0, NVT);
1752 DAG.getConstant(0, NVT), ISD::SETNE);
1759 DAG.getConstant(NVT.getSizeInBits(), NVT)));
1760 Hi = DAG.getConstant(0, NVT);
1819 DAG.getConstant(LoSize-1, TLI.getPointerTy()));
1822 Hi = DAG.getConstant(0, NVT);
1883 DAG.getConstant(ExcessBits,
1888 DAG.getConstant(NVT.getSizeInBits() - ExcessBits,
2023 SDValue Zero = DAG.getConstant(0, LHS.getValueType());
2160 DAG.getConstant(LoSize-1, TLI.getPointerTy()));
2194 DAG.getConstant(Hi.getValueType().getSizeInBits()-1,
2234 DAG.getConstant(NVT.getSizeInBits(), TLI.getPointerTy()));
2276 RHS, DAG.getConstant(0, VT), ISD::SETEQ);
2278 DAG.getConstant(1, VT), RHS);
2283 DAG.getConstant(0, N->getValueType(1)),
2306 DAG.getConstant(0, PtrVT), Temp,
2341 DAG.getConstant(0, PtrVT),
2395 Hi = DAG.getConstant(0, NVT); // The high part is just a zero.
2419 SDValue Zero = DAG.getConstant(0, VT);
2518 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
2602 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
2620 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
2736 DAG.getConstant(NVT.getSizeInBits() - ExcessBits,
2740 DAG.getConstant(ExcessBits,
2817 Hi, DAG.getConstant(0, Hi.getValueType()),