reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1835     Hi = InH;
 1846       Lo = Hi = DAG.getConstant(0, DL, NVT);
 1849       Hi = DAG.getNode(ISD::SHL, DL,
 1853       Hi = InL;
 1856       Hi = DAG.getNode(ISD::OR, DL, NVT,
 1867       Lo = Hi = DAG.getConstant(0, DL, NVT);
 1871       Hi = DAG.getConstant(0, DL, NVT);
 1874       Hi = DAG.getConstant(0, DL, NVT);
 1881       Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy));
 1888     Hi = 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,
 1905     Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy));