reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 9729     if (CmpInst::isSigned(FoundPred)) {
 9743   if (SimplifyICmpOperands(FoundPred, FoundLHS, FoundRHS))
 9745       return CmpInst::isFalseWhenEqual(FoundPred);
 9751       FoundPred = ICmpInst::getSwappedPredicate(FoundPred);
 9751       FoundPred = ICmpInst::getSwappedPredicate(FoundPred);
 9759   if (FoundPred == Pred)
 9764   if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) {
 9774   if (CmpInst::isUnsigned(FoundPred) &&
 9775       CmpInst::getSignedPredicate(FoundPred) == Pred &&
 9780   if (FoundPred == ICmpInst::ICMP_NE &&
 9842   if (FoundPred == ICmpInst::ICMP_EQ)
 9847     if (!ICmpInst::isTrueWhenEqual(FoundPred))
 9848       if (isImpliedCondOperands(FoundPred, LHS, RHS, FoundLHS, FoundRHS))