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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 578 SmallVector<ValueEntry, 8> Factors;
579 LinearizeExprTree(BO, Factors);
583 for (unsigned i = 0, e = Factors.size(); i != e; ++i) {
584 if (Factors[i].Op == Factor) {
586 Factors.erase(Factors.begin()+i);
592 if (ConstantInt *FC2 = dyn_cast<ConstantInt>(Factors[i].Op))
595 Factors.erase(Factors.begin()+i);
602 RewriteExprTree(BO, Factors);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 86 SmallVectorImpl<reassociate::Factor> &Factors);
88 SmallVectorImpl<reassociate::Factor> &Factors);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 945 // is something like the following, where T is the number of factors of 2 in
    [all...]

Completed in 410 milliseconds