Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp272 APInt GapHigh = NewLowerBound->getValue() - 1; in SwitchConvert() local
273 IntRange Gap = {GapLow, GapHigh}; in SwitchConvert()
274 if (GapHigh.sge(GapLow) && IsInRanges(Gap, UnreachableRanges)) in SwitchConvert()