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()
87 const std::vector<IntRange> &UnreachableRanges);
201 const std::vector<IntRange> &UnreachableRanges) { in switchConvert()
246 IntRange Gap = { GapLow, GapHigh }; in switchConvert()
421 std::vector<IntRange> UnreachableRanges; in processSwitchInst()
435 IntRange R = { INT64_MIN, INT64_MAX }; in processSwitchInst()
441 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
451 IntRange R = { High + 1, INT64_MAX }; in processSwitchInst()