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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp848 bool DefaultCase = SI->getDefaultDest() == BBTo;
850 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/);
855 if (DefaultCase) {
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1423 const DefaultStmt *DefaultCase = nullptr; local
1429 DefaultCase = DS;
1448 if (!DefaultCase)
1450 Case = DefaultCase;
/external/llvm/include/llvm/IR/
H A DInstructions.h2716 void setDefaultDest(BasicBlock *DefaultCase) { argument
2717 setOperand(1, reinterpret_cast<Value*>(DefaultCase));

Completed in 303 milliseconds