Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp45 uint64_t LoopEndCount = CopyLen->getZExtValue() / LoopOpSize; in createMemCpyLoopKnownSize() local
50 if (LoopEndCount != 0) { in createMemCpyLoopKnownSize()
86 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount); in createMemCpyLoopKnownSize()
91 uint64_t BytesCopied = LoopEndCount * LoopOpSize; in createMemCpyLoopKnownSize()