Lines Matching refs:IntRange
35 struct IntRange { struct
39 static bool IsInRanges(const IntRange &R, in IsInRanges()
40 const std::vector<IntRange> &Ranges) { in IsInRanges()
48 [](const IntRange &A, const IntRange &B) { return A.High < B.High; }); in IsInRanges()
80 const std::vector<IntRange> &UnreachableRanges);
204 const std::vector<IntRange> &UnreachableRanges) { in switchConvert()
249 IntRange Gap = { GapLow, GapHigh }; in switchConvert()
423 std::vector<IntRange> UnreachableRanges; in processSwitchInst()
437 IntRange R = { INT64_MIN, INT64_MAX }; in processSwitchInst()
443 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
453 IntRange R = { High + 1, INT64_MAX }; in processSwitchInst()