Searched refs:DefaultCase (Results 1 – 3 of 3) sorted by relevance
847 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local849 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()854 if (DefaultCase) { in getEdgeValueLocal()
1148 const DefaultStmt *DefaultCase = 0; in FindCaseStatementsForValue() local1154 DefaultCase = DS; in FindCaseStatementsForValue()1173 if (DefaultCase == 0) in FindCaseStatementsForValue()1175 Case = DefaultCase; in FindCaseStatementsForValue()
2536 void setDefaultDest(BasicBlock *DefaultCase) {2537 setOperand(1, reinterpret_cast<Value*>(DefaultCase));