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()
86 const std::vector<IntRange> &UnreachableRanges);
210 const std::vector<IntRange> &UnreachableRanges) { in switchConvert()
255 IntRange Gap = { GapLow, GapHigh }; in switchConvert()
429 std::vector<IntRange> UnreachableRanges; in processSwitchInst()
443 IntRange R = { INT64_MIN, INT64_MAX }; in processSwitchInst()
449 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
459 IntRange R = { High + 1, INT64_MAX }; in processSwitchInst()