Lines Matching defs:BitShift
12096 uint64_t BitShift = ShiftOp->getZExtValue();
12098 if (BitShift % 8 != 0)
12101 SrcIndex += BitShift / 8;
12194 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided);
12195 if (BitShift % 8)
12199 uint64_t ByteShift = BitShift / 8;
12217 uint64_t BitShift = ShiftOp->getZExtValue();
12218 if (BitShift % 8)
12226 uint64_t ByteShift = BitShift / 8;
12245 uint64_t BitShift = ShiftOp->getZExtValue();
12246 if (BitShift % 8 != 0)
12248 uint64_t ByteShift = BitShift / 8;