Home
last modified time | relevance | path

Searched refs:FirstCase (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp267 auto FirstCase = *SI->case_begin(); in ConstantFoldTerminator() local
269 FirstCase.getCaseValue(), "cond"); in ConstantFoldTerminator()
273 FirstCase.getCaseSuccessor(), in ConstantFoldTerminator()
DSimplifyCFG.cpp4899 ConstantInt *const FirstCase = ResultVector[0].second[0]; in ConvertTwoCaseSwitch() local
4911 Builder.CreateICmpEQ(Condition, FirstCase, "switch.selectcmp"); in ConvertTwoCaseSwitch()