HomeSort by: relevance | last modified time | path
    Searched defs:InvokeInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3696 // InvokeInst Class
3702 class InvokeInst : public CallBase {
3713 InvokeInst(const InvokeInst &BI);
3715 /// Construct an InvokeInst given a range of arguments.
3717 /// Construct an InvokeInst from a range of arguments
3718 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3723 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3743 InvokeInst *cloneImpl() const;
3746 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 257 return InvokeInst::Create(cast<InvokeInst>(CB), Bundles, InsertPt);
815 // InvokeInst Implementation
818 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal,
851 InvokeInst::InvokeInst(const InvokeInst &II)
862 InvokeInst *InvokeInst::Create(InvokeInst *II, ArrayRef<OperandBundleDef> OpB
    [all...]

Completed in 33 milliseconds