HomeSort by relevance Sort by last modified time
    Searched refs:getInversePredicate (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate()
FlattenCFG.cpp 250 CI->setPredicate(ICmpInst::getInversePredicate(Predicate));
SimplifyIndVar.cpp 178 } else if (SE->isKnownPredicate(ICmpInst::getInversePredicate(Pred), S, X)) {
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 732 Predicate getInversePredicate() const {
733 return getInversePredicate(getPredicate());
740 static Predicate getInversePredicate(Predicate pred);
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 176 else if (SE->isKnownPredicate(ICmpInst::getInversePredicate(Pred), S, X))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 126 return makeAllowedICmpRegion(CmpInst::getInversePredicate(Pred), CR)
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 3105 milliseconds

1 2