Searched refs:createAllocaInst (Results 1 – 3 of 3) sorted by relevance
224 LLVM_ABI AllocaInst *createAllocaInst(llvm::AllocaInst *I);
608 AllocaInst *Context::createAllocaInst(llvm::AllocaInst *I) { in createAllocaInst() function in llvm::sandboxir::Context
1381 return Ctx.createAllocaInst(NewAlloca); in create()