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

References

lib/IR/ConstantRange.cpp
 1219   if (Other_umax.ugt(max.countLeadingZeros()))
 1226   max <<= Other_umax;
 1228   return ConstantRange(std::move(min), std::move(max) + 1);