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

References

include/llvm/Support/MathExtras.h
  746   static_assert(B > 0, "Bit width can't be 0.");
  747   static_assert(B <= 32, "Bit width out of range.");
  748   return int32_t(X << (32 - B)) >> (32 - B);
  748   return int32_t(X << (32 - B)) >> (32 - B);