Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 static bool IsInRanges(const IntRange &R, in IsInRanges() function
269 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges)) in switchConvert()