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

References

lib/Analysis/ValueTracking.cpp
 4250   if (const auto *CRI = dyn_cast<CleanupReturnInst>(I))
 4252   if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I))
 4254   if (isa<ResumeInst>(I))
 4256   if (isa<ReturnInst>(I))
 4258   if (isa<UnreachableInst>(I))
 4262   if (auto CS = ImmutableCallSite(I)) {