Searched refs:LLVMSwitch (Results 1 – 2 of 2) sorted by relevance
1096 llvm::SwitchInst *LLVMSwitch = in create() local1098 return Ctx.createSwitchInst(LLVMSwitch); in create()1141 auto *LLVMSwitch = cast<llvm::SwitchInst>(Val); in removeCase() local1143 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()
65 LLVMSwitch = 3, enumerator