Searched refs:Leftover (Results 1 – 10 of 10) sorted by relevance
319 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local325 Leftover != 0) in handleFloatingPointIV()330 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()345 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local351 Leftover != 0) in handleFloatingPointIV()356 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
60 /* Leftover bytes in the buffer, to work around library or OS bugs. */
72 /* Leftover bytes in the buffer, to work around library or OS bugs. */
1606 Value *Leftover = Result->getIndVar(); in collapseLoops() local1612 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount); in collapseLoops()1615 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount); in collapseLoops()1618 NewIndVars[0] = Leftover; in collapseLoops()
416 Leftover Transformations
782 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.
25579 /* Leftover bytes in the buffer, to work around library or OS bugs. */
1190 * doc/autoconf.texi (Cache Files): Leftover temporary cache
77607 Leftover hack from i960-coff