Searched refs:DefaultCase (Results 1 – 8 of 8) sorted by relevance
512 bool DefaultCase = false; in emit() local520 DefaultCase = true; in emit()538 if (!DefaultCase) { ++Indentation; ++Indentation; } in emit()542 if (Owner->isTopLevel() && DefaultCase) in emit()547 if (!DefaultCase) { --Indentation; --Indentation; } in emit()551 if (!DefaultCase) { in emit()
672 bool DefaultCase = false; in emit() local680 DefaultCase = true; in emit()698 if (!DefaultCase) { ++Indentation; ++Indentation; } in emit()702 if (Owner->isTopLevel() && DefaultCase) in emit()707 if (!DefaultCase) { --Indentation; --Indentation; } in emit()711 if (!DefaultCase) { in emit()
1431 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local1437 DefaultCase = DS; in FindCaseStatementsForValue()1456 if (!DefaultCase) in FindCaseStatementsForValue()1458 Case = DefaultCase; in FindCaseStatementsForValue()
1248 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1250 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1254 if (DefaultCase) { in getEdgeValueLocal()
1320 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1322 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1336 if (DefaultCase) { in getEdgeValueLocal()
3241 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local3251 DefaultCase(); in UpgradeIntrinsicCall()3404 DefaultCase(); in UpgradeIntrinsicCall()
3154 void setDefaultDest(BasicBlock *DefaultCase) {3155 setOperand(1, reinterpret_cast<Value*>(DefaultCase));
3645 void setDefaultDest(BasicBlock *DefaultCase) {3646 setOperand(1, reinterpret_cast<Value*>(DefaultCase));