Home
last modified time | relevance | path

Searched refs:isImpliedFalseByMatchingCmp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h1053 bool isImpliedFalseByMatchingCmp(Predicate Pred2) {
1054 return isImpliedFalseByMatchingCmp(getPredicate(), Pred2);
1083 static bool isImpliedFalseByMatchingCmp(Predicate Pred1, Predicate Pred2);
/external/llvm/lib/Analysis/
DValueTracking.cpp4071 if (CmpInst::isImpliedFalseByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
/external/llvm/lib/IR/
DInstructions.cpp3681 bool CmpInst::isImpliedFalseByMatchingCmp(Predicate Pred1, Predicate Pred2) { in isImpliedFalseByMatchingCmp() function in CmpInst