reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SwitchLoweringUtils.cpp
  363   assert(First <= Last);
  364   if (First == Last)
  369   for (int64_t I = First; I <= Last; ++I) {
  376   APInt Low = Clusters[First].Low->getValue();
  393   for (int64_t I = First + 1; I <= Last; ++I) {
  413   for (unsigned i = First; i <= Last; ++i) {
  454   BTCluster = CaseCluster::bitTests(Clusters[First].Low, Clusters[Last].High,