Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h213 LLVM_ABI SwitchInst *createSwitchInst(llvm::SwitchInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp586 SwitchInst *Context::createSwitchInst(llvm::SwitchInst *I) { in createSwitchInst() function in llvm::sandboxir::Context
H A DInstruction.cpp1098 return Ctx.createSwitchInst(LLVMSwitch); in create()