Searched refs:IfNormal (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 3718 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3723 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3728 void init(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3746 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3752 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands, 3756 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3766 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands, 3770 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3775 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands, 3779 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 818 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument 827 setNormalDest(IfNormal); in init()
|