Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance
1376 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1378 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1392 if (DefaultCase) { in getEdgeValueLocal()
1734 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1740 DefaultCase = DS; in FindCaseStatementsForValue()1759 if (!DefaultCase) in FindCaseStatementsForValue()1761 Case = DefaultCase; in FindCaseStatementsForValue()
226 MCStatement DefaultCase = default;
3662 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local3672 DefaultCase(); in UpgradeIntrinsicCall()3925 DefaultCase(); in UpgradeIntrinsicCall()
3388 void setDefaultDest(BasicBlock *DefaultCase) {3389 setOperand(1, reinterpret_cast<Value*>(DefaultCase));