Searched refs:LoS (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1621 SDValue LoS, HiS, LoL, HiL; in ExpandShiftWithUnknownAmountBit() local 1626 LoS = DAG.getNode(ISD::SHL, dl, NVT, InL, Amt); in ExpandShiftWithUnknownAmountBit() 1635 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit() 1642 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 1653 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit() 1659 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 1669 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
|