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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp355 unsigned Leftover = Range % uint32_t(IncValue); local
361 Leftover != 0)
366 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
382 unsigned Leftover = Range % uint32_t(-IncValue); local
388 Leftover != 0)
393 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)

Completed in 69 milliseconds