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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp353 unsigned Leftover = Range % uint32_t(IncValue); local
359 Leftover != 0)
364 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
380 unsigned Leftover = Range % uint32_t(-IncValue); local
386 Leftover != 0)
391 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)

Completed in 89 milliseconds