HomeSort by: relevance | last modified time | path
    Searched refs:isImpliedTrueByMatchingCmp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 1018 static bool isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 3974 bool CmpInst::isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2) {
4000 return isImpliedTrueByMatchingCmp(Pred1, getInversePredicate(Pred2));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 1549 if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1))
1574 if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1))
ValueTracking.cpp 6409 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 1889 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate,

Completed in 34 milliseconds