Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h185 LLVM_ABI StoreInst *createStoreInst(llvm::StoreInst *SI);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp520 StoreInst *Context::createStoreInst(llvm::StoreInst *SI) { in createStoreInst() function in llvm::sandboxir::Context
H A DInstruction.cpp433 auto *NewSBI = Ctx.createStoreInst(NewSI); in create()