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

  /external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 59 /// PredicatesFoldable - Return true if both predicates match sign or if at
61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CmpInstAnalysis.h 61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 90 /// PredicatesFoldable - Return true if both predicates match sign or if at
92 bool llvm::PredicatesFoldable(ICmpInst::Predicate p1, ICmpInst::Predicate p2) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 183 /// PredicatesFoldable - Return true if both predicates match sign or if at
185 static bool PredicatesFoldable(ICmpInst::Predicate p1, ICmpInst::Predicate p2) {
722 if (PredicatesFoldable(LHSCC, RHSCC)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 1282 milliseconds