Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp273 APInt GapLow = LHS.back().High->getValue() + 1; in SwitchConvert() local
275 IntRange Gap = {GapLow, GapHigh}; in SwitchConvert()
276 if (GapHigh.sge(GapLow) && IsInRanges(Gap, UnreachableRanges)) in SwitchConvert()