Searched defs:CatchSwitchInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h3942 // CatchSwitchInst Class
3944 class CatchSwitchInst : public TerminatorInst { class in namespace:llvm
3952 CatchSwitchInst(const CatchSwitchInst &CSI);
3957 /// CatchSwitchInst ctor - Create a new switch instruction, specifying a
3961 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
3965 /// CatchSwitchInst ctor - Create a new switch instruction, specifying a
3969 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
3976 CatchSwitchInst *cloneImpl() const;
3979 static CatchSwitchInst *Creat
[all...]

Completed in 4118 milliseconds