Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3862 static bool CasesAreContiguous(SmallVectorImpl<ConstantInt *> &Cases) { in CasesAreContiguous() function
3915 if (!CasesA.empty() && CasesAreContiguous(CasesA)) { in TurnSwitchRangeIntoICmp()
3919 } else if (CasesAreContiguous(CasesB)) { in TurnSwitchRangeIntoICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4257 static bool CasesAreContiguous(SmallVectorImpl<ConstantInt *> &Cases) { in CasesAreContiguous() function
4310 if (!CasesA.empty() && CasesAreContiguous(CasesA)) { in TurnSwitchRangeIntoICmp()
4314 } else if (CasesAreContiguous(CasesB)) { in TurnSwitchRangeIntoICmp()