Searched refs:DefaultCase (Results 1 – 3 of 3) sorted by relevance
974 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local976 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()980 if (DefaultCase) { in getEdgeValueLocal()
1378 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1384 DefaultCase = DS; in FindCaseStatementsForValue()1403 if (!DefaultCase) in FindCaseStatementsForValue()1405 Case = DefaultCase; in FindCaseStatementsForValue()
3095 void setDefaultDest(BasicBlock *DefaultCase) {3096 setOperand(1, reinterpret_cast<Value*>(DefaultCase));