Home | History | Annotate | Download | only in IR

Lines Matching defs:CaseHandle

3177   class CaseHandle
3179 friend class SwitchInst::CaseIteratorImpl<CaseHandle>;
3182 CaseHandle(SwitchInst *SI, ptrdiff_t Index) : CaseHandleImpl(SI, Index) {}
3264 using CaseIt = CaseIteratorImpl<CaseHandle>;
3351 cases(), [C](CaseHandle &Case) { return Case.getCaseValue() == C; });