Searched refs:CountRoundDown (Results 1 – 1 of 1) sorted by relevance
2227 Value *CountRoundDown = BypassBuilder.CreateSub(Count, R, "n.vec"); in createEmptyLoop() local2228 Value *IdxEndRoundDown = BypassBuilder.CreateAdd(CountRoundDown, StartIdx, in createEmptyLoop()2380 Value *CRD = BypassBuilder.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop()2388 EndValue = II.transform(BypassBuilder, CountRoundDown); in createEmptyLoop()