Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp847 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
849 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
854 if (DefaultCase) { in getEdgeValueLocal()
/external/clang/lib/CodeGen/
DCGStmt.cpp1148 const DefaultStmt *DefaultCase = 0; in FindCaseStatementsForValue() local
1154 DefaultCase = DS; in FindCaseStatementsForValue()
1173 if (DefaultCase == 0) in FindCaseStatementsForValue()
1175 Case = DefaultCase; in FindCaseStatementsForValue()
/external/llvm/include/llvm/IR/
DInstructions.h2536 void setDefaultDest(BasicBlock *DefaultCase) {
2537 setOperand(1, reinterpret_cast<Value*>(DefaultCase));