Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp307 auto FirstCase = *SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp5830 ConstantInt *FirstCase = ResultVector[0].second[0]; in foldSwitchToSelect() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2199 SwitchCase *FirstCase = nullptr; variable