Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp212 SwitchInst::CaseIt FirstCase = SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp4364 ConstantInt *const FirstCase = ResultVector[0].second[0]; in ConvertTwoCaseSwitch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp267 auto FirstCase = *SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp4899 ConstantInt *const FirstCase = ResultVector[0].second[0]; in ConvertTwoCaseSwitch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp307 auto FirstCase = *SI->case_begin(); in ConstantFoldTerminator() local
H A DSimplifyCFG.cpp5826 ConstantInt *FirstCase = ResultVector[0].second[0]; in foldSwitchToSelect() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h965 llvm::PointerIntPair<SwitchCase *, 1, bool> FirstCase; variable