Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ByteShift

6339   unsigned ByteShift = MaskInfo.second;
6345 ByteShift*8, (ByteShift+NumBytes)*8);
6356 // shifted by ByteShift and truncated down to NumBytes.
6357 if (ByteShift)
6359 DAG.getConstant(ByteShift*8,
6367 StOffset = ByteShift;
6369 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;