Lines Matching defs:BitShift
8897 uint64_t BitShift = ShiftOp->getZExtValue();8899 if (BitShift % 8 != 0)8901 uint64_t ByteShift = BitShift / 8;