Searched refs:InH (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1348 SDValue InL, InH; in ExpandShiftByConstant() local 1349 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant() 1355 Hi = InH; in ExpandShiftByConstant() 1381 SDValue HiOps[3] = { InH, InH, Lo.getValue(1) }; in ExpandShiftByConstant() 1386 DAG.getNode(ISD::SHL, DL, NVT, InH, in ExpandShiftByConstant() 1400 NVT, InH, DAG.getConstant(Amt-NVTBits,ShTy)); in ExpandShiftByConstant() 1403 Lo = InH; in ExpandShiftByConstant() 1409 DAG.getNode(ISD::SHL, DL, NVT, InH, in ExpandShiftByConstant() 1411 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, ShTy)); in ExpandShiftByConstant() 1418 Hi = Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant() [all …]
|