Searched refs:OpSizeVal (Results 1 – 1 of 1) sorted by relevance
162 unsigned OpSizeVal) { in getRuntimeLoopCount() argument164 if (isPowerOf2_32(OpSizeVal)) in getRuntimeLoopCount()165 return B.CreateLShr(Len, Log2_32(OpSizeVal)); in getRuntimeLoopCount()172 unsigned OpSizeVal) { in getRuntimeLoopRemainder() argument174 if (isPowerOf2_32(OpSizeVal)) in getRuntimeLoopRemainder()175 return B.CreateAnd(Len, OpSizeVal - 1); in getRuntimeLoopRemainder()