Searched refs:GapHigh (Results 1 – 2 of 2) sorted by relevance
248 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert() local249 IntRange Gap = { GapLow, GapHigh }; in switchConvert()250 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges)) in switchConvert()
267 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert() local268 IntRange Gap = { GapLow, GapHigh }; in switchConvert()269 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges)) in switchConvert()