Home
last modified time | relevance | path

Searched refs:LLVMSwitch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1096 llvm::SwitchInst *LLVMSwitch = in create() local
1098 return Ctx.createSwitchInst(LLVMSwitch); in create()
1141 auto *LLVMSwitch = cast<llvm::SwitchInst>(Val); in removeCase() local
1143 llvm::SwitchInst::CaseIt LLVMIt(LLVMSwitch, CaseNum); in removeCase()
1144 auto LLVMCaseIt = LLVMSwitch->removeCase(LLVMIt); in removeCase()
1145 unsigned Num = LLVMCaseIt - LLVMSwitch->case_begin(); in removeCase()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h65 LLVMSwitch = 3, enumerator