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