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