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

References

lib/IR/Verifier.cpp
 3777       if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) {
 3779       } else if (auto *CSI = dyn_cast<CatchSwitchInst>(U)) {
 3787       } else if (auto *II = dyn_cast<InvokeInst>(U)) {
 3789       } else if (isa<CallInst>(U)) {
 3794       } else if (auto *CPI = dyn_cast<CleanupPadInst>(U)) {
 3801         Assert(isa<CatchReturnInst>(U), "Bogus funclet pad use", U);
 3801         Assert(isa<CatchReturnInst>(U), "Bogus funclet pad use", U);
 3854                  &FPI, U, FirstUser);
 3856           FirstUser = U;
 3861             SiblingFuncletInfo[&FPI] = cast<Instruction>(U);