Searched refs:InH (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1416 SDValue InL, InH; in ExpandShiftByConstant() local 1417 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant() 1423 Hi = InH; in ExpandShiftByConstant() 1449 SDValue HiOps[3] = { InH, InH, Lo.getValue(1) }; in ExpandShiftByConstant() 1454 DAG.getNode(ISD::SHL, DL, NVT, InH, in ExpandShiftByConstant() 1467 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy)); in ExpandShiftByConstant() 1470 Lo = InH; in ExpandShiftByConstant() 1476 DAG.getNode(ISD::SHL, DL, NVT, InH, in ExpandShiftByConstant() 1478 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy)); in ExpandShiftByConstant() 1485 Hi = Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant() [all …]
|