Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ByteShift

8692   unsigned ByteShift = MaskInfo.second;
8698 ByteShift*8, (ByteShift+NumBytes)*8);
8709 // shifted by ByteShift and truncated down to NumBytes.
8710 if (ByteShift)
8712 DAG.getConstant(ByteShift*8,
8720 StOffset = ByteShift;
8722 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;