Searched refs:SwitchCondI (Results 1 – 1 of 1) sorted by relevance
670 Instruction *SwitchCondI = dyn_cast<Instruction>(Switch->getCondition()); in isSupported() local671 assert(SwitchCondI); in isSupported()672 if (!SwitchCondI) in isSupported()675 const BasicBlock *SwitchCondDefBB = SwitchCondI->getParent(); in isSupported()