Lines Matching defs:BitShift
8725 uint64_t BitShift = ShiftOp->getZExtValue();8727 if (BitShift % 8 != 0)8729 uint64_t ByteShift = BitShift / 8;