Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp394 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local
400 Leftover != 0) in handleFloatingPointIV()
405 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()
420 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local
426 Leftover != 0) in handleFloatingPointIV()
431 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
/freebsd-12.1/contrib/gcc/config/arm/
H A Dieee754-df.S741 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.