Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ByteShift

5668     uint64_t ByteShift = BitShift / 8;
5670 return Index < ByteShift
5672 : calculateByteProvider(Op->getOperand(0), Index - ByteShift,
13336 unsigned ByteShift = MaskInfo.second;
13342 ByteShift*8, (ByteShift+NumBytes)*8);
13353 // shifted by ByteShift and truncated down to NumBytes.
13354 if (ByteShift) {
13357 DAG.getConstant(ByteShift*8, DL,
13366 StOffset = ByteShift;
13368 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;