Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3121 static bool CasesAreContiguous(SmallVectorImpl<ConstantInt *> &Cases) { in CasesAreContiguous() function
3171 if (!CasesA.empty() && CasesAreContiguous(CasesA)) { in TurnSwitchRangeIntoICmp()
3175 } else if (CasesAreContiguous(CasesB)) { in TurnSwitchRangeIntoICmp()