Searched refs:isImpliedTrueByMatchingCmp (Results 1 – 5 of 5) sorted by relevance
1015 static bool isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2);
3994 bool CmpInst::isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2) { in isImpliedTrueByMatchingCmp() function in CmpInst4020 return isImpliedTrueByMatchingCmp(Pred1, getInversePredicate(Pred2)); in isImpliedFalseByMatchingCmp()
1577 if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1)) in simplifyAndOfICmpsWithSameOperands()1602 if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1)) in simplifyOrOfICmpsWithSameOperands()
6477 if (CmpInst::isImpliedTrueByMatchingCmp(APred, BPred)) in isImpliedCondMatchingOperands()
1889 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()