|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 1841 unsigned NVTBits = NVT.getSizeInBits();
1846 Lo = Hi = DAG.getConstant(0, DL, NVT);
1848 Lo = DAG.getConstant(0, DL, NVT);
1850 NVT, InL, DAG.getConstant(Amt - NVTBits, DL, ShTy));
1852 Lo = DAG.getConstant(0, DL, NVT);
1855 Lo = DAG.getNode(ISD::SHL, DL, NVT, InL, DAG.getConstant(Amt, DL, ShTy));
1856 Hi = DAG.getNode(ISD::OR, DL, NVT,
1857 DAG.getNode(ISD::SHL, DL, NVT, InH,
1859 DAG.getNode(ISD::SRL, DL, NVT, InL,
1867 Lo = Hi = DAG.getConstant(0, DL, NVT);
1870 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy));
1871 Hi = DAG.getConstant(0, DL, NVT);
1874 Hi = DAG.getConstant(0, DL, NVT);
1876 Lo = DAG.getNode(ISD::OR, DL, NVT,
1877 DAG.getNode(ISD::SRL, DL, NVT, InL,
1879 DAG.getNode(ISD::SHL, DL, NVT, InH,
1881 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy));
1888 Hi = Lo = DAG.getNode(ISD::SRA, DL, NVT, InH,
1891 Lo = DAG.getNode(ISD::SRA, DL, NVT, InH,
1893 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH,
1897 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH,
1900 Lo = DAG.getNode(ISD::OR, DL, NVT,
1901 DAG.getNode(ISD::SRL, DL, NVT, InL,
1903 DAG.getNode(ISD::SHL, DL, NVT, InH,
1905 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy));