HomeSort by relevance Sort by last modified time
    Searched refs:Remainder (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 39 PHINode *Remainder;
42 : Quotient(InQuotient), Remainder(InRemainder) {}
181 // reuseOrInsertFastDiv - Reuses previously computed dividend or remainder if
183 // the optimization and cache the resulting dividend and remainder.
208 // Replace all uses of rem instruction with remainder phi node
209 J->replaceAllUsesWith(Value.Remainder);
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 177 APInt *Quotient, APInt *Remainder);
813 /// Perform an unsigned remainder operation on this APInt with RHS being the
815 /// of this operation. Note that this is a true remainder operation and not
818 /// @returns a new APInt value containing the remainder result
819 /// @brief Unsigned remainder operation.
822 /// Signed remainder operation on APInt.
823 /// @brief Function for signed remainder operation.
836 /// quotient and remainder. This function does both operations in the same
840 /// @brief Dual division/remainder interface.
842 APInt &Quotient, APInt &Remainder);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 206 /// S need not be evenly divisible if a reasonable remainder can be
212 const SCEV *&Remainder,
237 // If the quotient is zero and the remainder is non-zero, reject
243 Remainder =
244 SE.getAddExpr(Remainder,
274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
275 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
276 Remainder->isZero()) {
295 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
425 const SCEV *Remainder = SE.getConstant(Ty, 0)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 451 /// and if the remainder is known to be zero, or null otherwise. If
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 764 unsigned Remainder = 0;
779 Remainder = Imm;
820 if ((Hi = (Remainder >> 16) & 0xFFFF)) {
824 if ((Lo = Remainder & 0xFFFF)) {
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 194 milliseconds