Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance
1816 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1822 DefaultCase = DS; in FindCaseStatementsForValue()1841 if (!DefaultCase) in FindCaseStatementsForValue()1843 Case = DefaultCase; in FindCaseStatementsForValue()
1386 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1388 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1402 if (DefaultCase) { in getEdgeValueLocal()
226 MCStatement DefaultCase = default;
3816 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local3847 DefaultCase(); in UpgradeIntrinsicCall()3933 DefaultCase(); in UpgradeIntrinsicCall()4089 DefaultCase(); in UpgradeIntrinsicCall()
3454 void setDefaultDest(BasicBlock *DefaultCase) {3455 setOperand(1, reinterpret_cast<Value*>(DefaultCase));