Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance
1357 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1359 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1373 if (DefaultCase) { in getEdgeValueLocal()
1696 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1702 DefaultCase = DS; in FindCaseStatementsForValue()1721 if (!DefaultCase) in FindCaseStatementsForValue()1723 Case = DefaultCase; in FindCaseStatementsForValue()
226 MCStatement DefaultCase = default;
3657 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local3667 DefaultCase(); in UpgradeIntrinsicCall()3920 DefaultCase(); in UpgradeIntrinsicCall()
3377 void setDefaultDest(BasicBlock *DefaultCase) {3378 setOperand(1, reinterpret_cast<Value*>(DefaultCase));