Lines Matching defs:BitShift
11773 uint64_t BitShift = ShiftOp->getZExtValue();
11775 if (BitShift % 8 != 0)
11778 SrcIndex += BitShift / 8;
11871 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided);
11872 if (BitShift % 8)
11876 uint64_t ByteShift = BitShift / 8;
11894 uint64_t BitShift = ShiftOp->getZExtValue();
11895 if (BitShift % 8)
11903 uint64_t ByteShift = BitShift / 8;
11922 uint64_t BitShift = ShiftOp->getZExtValue();
11923 if (BitShift % 8 != 0)
11925 uint64_t ByteShift = BitShift / 8;