Home
last modified time | relevance | path

Searched refs:DefaultCase (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1816 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
1822 DefaultCase = DS; in FindCaseStatementsForValue()
1841 if (!DefaultCase) in FindCaseStatementsForValue()
1843 Case = DefaultCase; in FindCaseStatementsForValue()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1386 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1388 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1402 if (DefaultCase) { in getEdgeValueLocal()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td226 MCStatement DefaultCase = default;
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp3816 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local
3847 DefaultCase(); in UpgradeIntrinsicCall()
3933 DefaultCase(); in UpgradeIntrinsicCall()
4089 DefaultCase(); in UpgradeIntrinsicCall()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h3454 void setDefaultDest(BasicBlock *DefaultCase) {
3455 setOperand(1, reinterpret_cast<Value*>(DefaultCase));