Searched refs:BytesCopied (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp105 uint64_t BytesCopied = LoopEndCount * LoopOpSize; local
106 uint64_t RemainingBytes = CopyLen->getZExtValue() - BytesCopied;
117 Align PartSrcAlign(commonAlignment(SrcAlign, BytesCopied));
118 Align PartDstAlign(commonAlignment(DstAlign, BytesCopied));
126 uint64_t GepIndex = BytesCopied / OperandSize;
127 assert(GepIndex * OperandSize == BytesCopied &&
151 BytesCopied += OperandSize;
154 assert(BytesCopied == CopyLen->getZExtValue() &&

Completed in 164 milliseconds