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

  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 85 /// \brief Sort factors by their Base.
92 /// \brief Compare factors for equal bases.
99 /// \brief Sort factors in descending order by their power.
106 /// \brief Compare factors for equal powers.
190 SmallVectorImpl<Factor> &Factors);
192 SmallVectorImpl<Factor> &Factors);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 699 // is something like the following, where T is the number of factors of 2 in
732 // (It's possible to not widen at all by pulling out factors of 2 before
745 // Calculate K! / 2^T and T; we divide out the factors of two before
    [all...]

Completed in 54 milliseconds