Searched refs:SwitchTy (Results 1 – 2 of 2) sorted by relevance
813 Type *SwitchTy = SI.getCondition()->getType(); in visitSwitchInst() local816 Assert1(SI.getCaseValue(i)->getType() == SwitchTy, in visitSwitchInst()
2185 Type *SwitchTy = SI.getCondition()->getType(); in visitSwitchInst() local2188 Assert(Case.getCaseValue()->getType() == SwitchTy, in visitSwitchInst()