Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp174 Value *RTLoopRemainder = nullptr) { in getRuntimeLoopBytes() argument
175 if (!RTLoopRemainder) in getRuntimeLoopBytes()
176 RTLoopRemainder = getRuntimeLoopRemainder(DL, B, Len, OpSize, OpSizeVal); in getRuntimeLoopBytes()
177 return B.CreateSub(Len, RTLoopRemainder); in getRuntimeLoopBytes()