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

/external/llvm/include/llvm/IR/
H A DInstructions.h3326 // InvokeInst Class
3329 /// InvokeInst - Invoke instruction. The SubclassData field is used to hold the
3332 class InvokeInst : public TerminatorInst, class in namespace:llvm
3333 public OperandBundleUser<InvokeInst, User::op_iterator> {
3336 InvokeInst(const InvokeInst &BI);
3348 /// Construct an InvokeInst given a range of arguments.
3350 /// \brief Construct an InvokeInst from a range of arguments
3351 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, function in class:llvm::InvokeInst
3355 : InvokeInst(cas
3759 InvokeInst::InvokeInst(Value *Func, BasicBlock *IfNormal, function in class:llvm::InvokeInst::InvokeInst
[all...]

Completed in 47 milliseconds