Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h183 LLVM_ABI LoadInst *createLoadInst(llvm::LoadInst *LI);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp515 LoadInst *Context::createLoadInst(llvm::LoadInst *LI) { in createLoadInst() function in llvm::sandboxir::Context
H A DInstruction.cpp409 auto *NewSBI = Ctx.createLoadInst(NewLI); in create()