Lines Matching defs:BytesLeft
161 uint64_t BytesLeft = 0;
180 BytesLeft = Size % BlockBytes;
188 if (BytesLeft == 0)
194 unsigned Offset = Size - BytesLeft;
201 OriginalVal, DAG.getConstant(BytesLeft, dl, SizeVT),
295 const uint64_t BytesLeft = Size % BlockBytes;
301 if (BytesLeft == 0)
304 assert(BytesLeft && "We have leftover at this point");
309 unsigned Offset = Size - BytesLeft;
316 DAG.getConstant(BytesLeft, dl, SizeVT), Alignment, isVolatile,