Home
last modified time | relevance | path

Searched refs:createInvokeInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h191 LLVM_ABI InvokeInst *createInvokeInst(llvm::InvokeInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp535 InvokeInst *Context::createInvokeInst(llvm::InvokeInst *I) { in createInvokeInst() function in llvm::sandboxir::Context
H A DInstruction.cpp541 return Ctx.createInvokeInst(Invoke); in create()