Searched refs:createInvokeInst (Results 1 – 3 of 3) sorted by relevance
191 LLVM_ABI InvokeInst *createInvokeInst(llvm::InvokeInst *I);
535 InvokeInst *Context::createInvokeInst(llvm::InvokeInst *I) { in createInvokeInst() function in llvm::sandboxir::Context
541 return Ctx.createInvokeInst(Invoke); in create()