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

References

include/llvm/Analysis/AliasAnalysis.h
  747     case Instruction::CatchPad:
include/llvm/IR/Instruction.h
  568     case Instruction::CatchPad:
  596     case Instruction::CatchPad:
include/llvm/IR/Instructions.h
 4439       : FuncletPadInst(Instruction::CatchPad, CatchSwitch, Args, Values,
 4444       : FuncletPadInst(Instruction::CatchPad, CatchSwitch, Args, Values,
 4474     return I->getOpcode() == Instruction::CatchPad;
lib/Analysis/ValueTracking.cpp
 3970   case Instruction::CatchPad:
lib/AsmParser/LLLexer.cpp
  893   INSTKEYWORD(catchpad,     CatchPad);
lib/Bitcode/Writer/BitcodeWriter.cpp
 2804   case Instruction::CatchPad: {
lib/CodeGen/TargetLoweringBase.cpp
 1588   case CatchPad:       return 0;
lib/IR/Instruction.cpp
  304   case CatchPad: return "catchpad";
  521   case Instruction::CatchPad:
  541   case Instruction::CatchPad: