Home | History | Annotate | Download | only in Utils

Lines Matching defs:Range

43     // Find the first range whose High field is >= R.High,
45 // have a Range that covers R.
214 // Check if the Case Range is perfectly squeezed in between
216 // emitting the code that checks if the value actually falls in the range
241 // This is because it is computed from a case range that is never
242 // the smallest, so there is always a case range that has at least
316 // Make range comparison
346 uint64_t Range = Leaf.High->getSExtValue() -
348 for (uint64_t j = 0; j < Range; ++j) {
395 // A range counts double, since it requires two compares.
432 // Make the bounds tightly fitted around the case value range, because we
451 // There is nothing left of the previous range.
454 // Terminate the previous range.