Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp263 auto FirstCase = *SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp4795 ConstantInt *const FirstCase = ResultVector[0].second[0]; in ConvertTwoCaseSwitch() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1891 SwitchCase *FirstCase; variable