Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp202 SwitchInst::CaseIt FirstCase = SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp3621 ConstantInt *const FirstCase = ResultVector[0].second[0]; in ConvertTwoCaseSwitch() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h945 SwitchCase *FirstCase; variable