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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp415 unsigned Leftover = Range % uint32_t(IncValue); local
421 Leftover != 0)
426 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
441 unsigned Leftover = Range % uint32_t(-IncValue); local
447 Leftover != 0)
452 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S741 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.

Completed in 87 milliseconds