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

References

lib/Analysis/ScalarEvolution.cpp
 9676   if (!PendingLoopPredicates.insert(FoundCondValue).second)
 9680       make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); });
 9683   if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) {
 9695   ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue);