Lines Matching refs:BytesLeft
76 unsigned BytesLeft = 0;
108 BytesLeft = SizeVal % UBytes;
134 if (BytesLeft == 0)
140 unsigned Offset = SizeVal - BytesLeft;
148 Val, DAG.getConstant(BytesLeft, dl, SizeVT), Alignment,
231 const uint64_t BytesLeft = Size % BlockBytes;
237 if (BytesLeft == 0)
240 assert(BytesLeft && "We have leftover at this point");
250 unsigned Offset = Size - BytesLeft;
257 DAG.getConstant(BytesLeft, dl, SizeVT), Alignment, isVolatile,