Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h224 LLVM_ABI AllocaInst *createAllocaInst(llvm::AllocaInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp608 AllocaInst *Context::createAllocaInst(llvm::AllocaInst *I) { in createAllocaInst() function in llvm::sandboxir::Context
H A DInstruction.cpp1381 return Ctx.createAllocaInst(NewAlloca); in create()