Searched refs:RTLoopRemainder (Results 1 – 1 of 1) sorted by relevance
174 Value *RTLoopRemainder = nullptr) { in getRuntimeLoopBytes() argument175 if (!RTLoopRemainder) in getRuntimeLoopBytes()176 RTLoopRemainder = getRuntimeLoopRemainder(DL, B, Len, OpSize, OpSizeVal); in getRuntimeLoopBytes()177 return B.CreateSub(Len, RTLoopRemainder); in getRuntimeLoopBytes()