HomeSort by: relevance | last modified time | path
    Searched refs:DefaultCase (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp 1357 bool DefaultCase = SI->getDefaultDest() == BBTo;
1359 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/);
1373 if (DefaultCase) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 1696 const DefaultStmt *DefaultCase = nullptr;
1702 DefaultCase = DS;
1721 if (!DefaultCase)
1723 Case = DefaultCase;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 3657 const auto &DefaultCase = [&NewFn, &CI]() -> void {
3667 DefaultCase();
3920 DefaultCase();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3377 void setDefaultDest(BasicBlock *DefaultCase) {
3378 setOperand(1, reinterpret_cast<Value*>(DefaultCase));

Completed in 47 milliseconds