Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp300 auto FirstCase = *SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp5661 ConstantInt *FirstCase = ResultVector[0].second[0]; in foldSwitchToSelect() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2187 SwitchCase *FirstCase = nullptr; variable