Home
last modified time | relevance | path

Searched defs:FirstCase (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLocal.cpp212 SwitchInst::CaseIt FirstCase = SI->case_begin(); in ConstantFoldTerminator() local
DSimplifyCFG.cpp4364 ConstantInt *const FirstCase = ResultVector[0].second[0]; in ConvertTwoCaseSwitch() local
/external/clang/include/clang/AST/
DStmt.h965 llvm::PointerIntPair<SwitchCase *, 1, bool> FirstCase; variable