Searched refs:DefaultCase (Results 1 – 7 of 7) sorted by relevance
1535 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local1537 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()1551 if (DefaultCase) { in getEdgeValueLocal()
2173 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local2179 DefaultCase = DS; in FindCaseStatementsForValue()2198 if (!DefaultCase) in FindCaseStatementsForValue()2200 Case = DefaultCase; in FindCaseStatementsForValue()
4572 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local4612 DefaultCase(); in UpgradeIntrinsicCall()4670 DefaultCase(); in UpgradeIntrinsicCall()4685 DefaultCase(); in UpgradeIntrinsicCall()4801 DefaultCase(); in UpgradeIntrinsicCall()4818 DefaultCase(); in UpgradeIntrinsicCall()5089 DefaultCase(); in UpgradeIntrinsicCall()
1118 void SwitchInst::setDefaultDest(BasicBlock *DefaultCase) { in setDefaultDest() argument1123 cast<llvm::BasicBlock>(DefaultCase->Val)); in setDefaultDest()
266 MCStatement DefaultCase = default;
3402 void setDefaultDest(BasicBlock *DefaultCase) {3403 setOperand(1, reinterpret_cast<Value*>(DefaultCase));
1882 LLVM_ABI void setDefaultDest(BasicBlock *DefaultCase);