Home
last modified time | relevance | path

Searched refs:CasesAreContiguous (Results 1 – 1 of 1) 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()