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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 591 /// isNonConstantNegative - Return true if the specified scev is negated, but
593 static bool isNonConstantNegative(const SCEV *F) {
683 if (isNonConstantNegative(LHS.second)) {
684 if (!isNonConstantNegative(RHS.second))
686 } else if (isNonConstantNegative(RHS.second))
747 } else if (isNonConstantNegative(Op)) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 653 if (LHS.second->isNonConstantNegative()) {
654 if (!RHS.second->isNonConstantNegative())
656 } else if (RHS.second->isNonConstantNegative())
716 } else if (Op->isNonConstantNegative()) {
    [all...]
ScalarEvolution.cpp 290 bool SCEV::isNonConstantNegative() const {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 130 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 132 bool isNonConstantNegative() const;
    [all...]

Completed in 423 milliseconds