Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4846 static bool CasesAreContiguous(SmallVectorImpl<ConstantInt *> &Cases) { in CasesAreContiguous() function
4925 if (!CasesA.empty() && CasesAreContiguous(CasesA)) { in TurnSwitchRangeIntoICmp()
4929 } else if (CasesAreContiguous(CasesB)) { in TurnSwitchRangeIntoICmp()