Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h189 LLVM_ABI CallInst *createCallInst(llvm::CallInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp530 CallInst *Context::createCallInst(llvm::CallInst *I) { in createCallInst() function in llvm::sandboxir::Context
H A DInstruction.cpp525 return Ctx.createCallInst(NewCI); in create()