Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp44 uint64_t LoopEndCount = CopyLen->getZExtValue() / LoopOpSize; in createMemCpyLoopKnownSize() local
49 if (LoopEndCount != 0) { in createMemCpyLoopKnownSize()
85 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount); in createMemCpyLoopKnownSize()
90 uint64_t BytesCopied = LoopEndCount * LoopOpSize; in createMemCpyLoopKnownSize()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp40 uint64_t LoopEndCount = CopyLen->getZExtValue() / LoopOpSize; in createMemCpyLoopKnownSize() local
42 if (LoopEndCount != 0) { in createMemCpyLoopKnownSize()
82 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount); in createMemCpyLoopKnownSize()
87 uint64_t BytesCopied = LoopEndCount * LoopOpSize; in createMemCpyLoopKnownSize()