Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h187 LLVM_ABI ReturnInst *createReturnInst(llvm::ReturnInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp525 ReturnInst *Context::createReturnInst(llvm::ReturnInst *I) { in createReturnInst() function in llvm::sandboxir::Context
H A DInstruction.cpp466 return Ctx.createReturnInst(NewRI); in createCommon()