Lines Matching defs:ByteShift
8729 uint64_t ByteShift = BitShift / 8;
8734 return Index < ByteShift
8736 : calculateByteProvider(Op->getOperand(0), Index - ByteShift,
19806 unsigned ByteShift = MaskInfo.second;
19812 ByteShift*8, (ByteShift+NumBytes)*8);
19841 // shifted by ByteShift and truncated down to NumBytes.
19842 if (ByteShift) {
19846 DAG.getShiftAmountConstant(ByteShift * 8, IVal.getValueType(), DL));
19852 StOffset = ByteShift;
19854 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;