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

References

include/llvm/IR/Instruction.h
  197     case Instruction::CatchSwitch:
  595     case Instruction::CatchSwitch:
include/llvm/IR/Instructions.h
 4378     return I->getOpcode() == Instruction::CatchSwitch;
lib/Analysis/ValueTracking.cpp
 3969   case Instruction::CatchSwitch:
lib/AsmParser/LLLexer.cpp
  892   INSTKEYWORD(catchswitch,  CatchSwitch);
lib/Bitcode/Writer/BitcodeWriter.cpp
 2816   case Instruction::CatchSwitch: {
lib/CodeGen/TargetLoweringBase.cpp
 1589   case CatchSwitch:    return 0;
lib/IR/Instruction.cpp
  305   case CatchSwitch: return "catchswitch";
lib/IR/Instructions.cpp
  996     : Instruction(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0,
 1007     : Instruction(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0,
 1016     : Instruction(CSI.getType(), Instruction::CatchSwitch, nullptr,
lib/Transforms/IPO/Attributor.cpp
  781         (unsigned)Instruction::CatchSwitch, (unsigned)Instruction::Resume};
 4700     case Instruction::CatchSwitch: