Searched refs:InL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1640 SDValue InL, InH; in ExpandShiftByConstant() local 1641 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant() 1646 Lo = InL; in ExpandShiftByConstant() 1651 EVT NVT = InL.getValueType(); in ExpandShiftByConstant() 1665 Hi = InL; in ExpandShiftByConstant() 1744 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local 1791 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit() 1823 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local 1866 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit() 1882 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit() [all …]
|