Searched refs:CaseHandle (Results 1 – 7 of 7) sorted by relevance
91 SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue); in handleSwitchExpect()
852 all_of(drop_begin(SI.cases()), [&SI](const SwitchInst::CaseHandle &Case) { in unswitchTrivialSwitch()
365 SwitchInst::CaseHandle Case = *SI.findCaseValue(cast<ConstantInt>(C)); in getFeasibleSuccessors()
3290 class CaseHandle3292 friend class SwitchInst::CaseIteratorImpl<CaseHandle>;3295 CaseHandle(SwitchInst *SI, ptrdiff_t Index) : CaseHandleImpl(SI, Index) {}3376 using CaseIt = CaseIteratorImpl<CaseHandle>;
1887 using CaseHandle = variable1892 using CaseIt = llvm::SwitchInst::CaseIteratorImpl<CaseHandle>;
4082 CaseHandle Case(this, NewCaseIdx); in addCase()
7880 for (const SwitchInst::CaseHandle &Case : SI->cases()) { in optimizeSwitchPhiConstants()