Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance
1845 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1851 DefaultCase = DS; in FindCaseStatementsForValue()1870 if (!DefaultCase) in FindCaseStatementsForValue()1872 Case = DefaultCase; in FindCaseStatementsForValue()
1450 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1452 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1466 if (DefaultCase) { in getEdgeValueLocal()
4205 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local4244 DefaultCase(); in UpgradeIntrinsicCall()4304 DefaultCase(); in UpgradeIntrinsicCall()4320 DefaultCase(); in UpgradeIntrinsicCall()4439 DefaultCase(); in UpgradeIntrinsicCall()4456 DefaultCase(); in UpgradeIntrinsicCall()4674 DefaultCase(); in UpgradeIntrinsicCall()
266 MCStatement DefaultCase = default;
3508 void setDefaultDest(BasicBlock *DefaultCase) {3509 setOperand(1, reinterpret_cast<Value*>(DefaultCase));