Lines Matching defs:ByteShift
8901 uint64_t ByteShift = BitShift / 8;
8906 return Index < ByteShift
8908 : calculateByteProvider(Op->getOperand(0), Index - ByteShift,
20230 unsigned ByteShift = MaskInfo.second;
20236 ByteShift*8, (ByteShift+NumBytes)*8);
20265 // shifted by ByteShift and truncated down to NumBytes.
20266 if (ByteShift) {
20270 DAG.getShiftAmountConstant(ByteShift * 8, IVal.getValueType(), DL));
20276 StOffset = ByteShift;
20278 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;