Lines Matching refs:NormalDest
512 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
514 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
518 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
521 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
524 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest,
529 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
533 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
536 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),