Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance
1508 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1514 DefaultCase = DS; in FindCaseStatementsForValue()1533 if (!DefaultCase) in FindCaseStatementsForValue()1535 Case = DefaultCase; in FindCaseStatementsForValue()
1323 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1325 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1339 if (DefaultCase) { in getEdgeValueLocal()
222 MCStatement DefaultCase = default;
3325 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local3335 DefaultCase(); in UpgradeIntrinsicCall()3514 DefaultCase(); in UpgradeIntrinsicCall()
3321 void setDefaultDest(BasicBlock *DefaultCase) {3322 setOperand(1, reinterpret_cast<Value*>(DefaultCase));