Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h179 LLVM_ABI InsertValueInst *createInsertValueInst(llvm::InsertValueInst *IVI);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp504 InsertValueInst *Context::createInsertValueInst(llvm::InsertValueInst *IVI) { in createInsertValueInst() function in llvm::sandboxir::Context
H A DInstruction.cpp1549 return Ctx.createInsertValueInst(NewInsertValueInst); in create()