HomeSort by: relevance | last modified time | path
    Searched refs:Leftover (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 319 unsigned Leftover = Range % uint32_t(IncValue);
325 Leftover != 0)
330 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
345 unsigned Leftover = Range % uint32_t(-IncValue);
351 Leftover != 0)
356 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 1606 Value *Leftover = Result->getIndVar();
1612 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount);
1615 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount);
1618 NewIndVars[0] = Leftover;
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 172 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
782 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 172 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
782 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 25579 /* Leftover bytes in the buffer, to work around library or OS bugs. */
  /src/external/gpl3/gdb/dist/gnulib/
configure 25576 /* Leftover bytes in the buffer, to work around library or OS bugs. */

Completed in 55 milliseconds