HomeSort by relevance Sort by last modified time
    Searched refs:PredicatesFoldable (Results 1 - 3 of 3) 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);
  /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/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 704 if (PredicatesFoldable(LHSCC, RHSCC)) {
800 if (!PredicatesFoldable(LHSCC, RHSCC))
    [all...]

Completed in 180 milliseconds