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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp40 uint64_t LoopEndCount = CopyLen->getZExtValue() / LoopOpSize; local
42 if (LoopEndCount != 0) {
82 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount);
87 uint64_t BytesCopied = LoopEndCount * LoopOpSize;

Completed in 100 milliseconds