Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance
1827 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1833 DefaultCase = DS; in FindCaseStatementsForValue()1852 if (!DefaultCase) in FindCaseStatementsForValue()1854 Case = DefaultCase; in FindCaseStatementsForValue()
1409 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1411 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1425 if (DefaultCase) { in getEdgeValueLocal()
3962 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local4001 DefaultCase(); in UpgradeIntrinsicCall()4054 DefaultCase(); in UpgradeIntrinsicCall()4070 DefaultCase(); in UpgradeIntrinsicCall()4175 DefaultCase(); in UpgradeIntrinsicCall()4192 DefaultCase(); in UpgradeIntrinsicCall()4372 DefaultCase(); in UpgradeIntrinsicCall()
226 MCStatement DefaultCase = default;
3494 void setDefaultDest(BasicBlock *DefaultCase) {3495 setOperand(1, reinterpret_cast<Value*>(DefaultCase));