Searched defs:Leftover (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp351 unsigned Leftover = Range % uint32_t(IncValue); local
357 Leftover != 0)
362 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
378 unsigned Leftover = Range % uint32_t(-IncValue); local
384 Leftover != 0)
389 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)

Completed in 39 milliseconds