Searched refs:SwitchConstant (Results 1 – 1 of 1) sorted by relevance
1986 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad() local1987 SetDispatchValuePN->addIncoming(SwitchConstant, Pred); in rewritePHIsForCleanupPad()1988 SwitchOnDispatch->addCase(SwitchConstant, CaseBB); in rewritePHIsForCleanupPad()