|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 1829 GetExpandedInteger(N->getOperand(0), InL, InH);
1835 Hi = InH;
1857 DAG.getNode(ISD::SHL, DL, NVT, InH,
1870 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy));
1873 Lo = InH;
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,
1896 Lo = InH;
1897 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH,
1903 DAG.getNode(ISD::SHL, DL, NVT, InH,
1905 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy));