Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ByteShift

10799   unsigned ByteShift = MaskInfo.second;
10805 ByteShift*8, (ByteShift+NumBytes)*8);
10816 // shifted by ByteShift and truncated down to NumBytes.
10817 if (ByteShift) {
10820 DAG.getConstant(ByteShift*8, DL,
10829 StOffset = ByteShift;
10831 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;