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

References

include/llvm/Support/MathExtras.h
  762   static_assert(B > 0, "Bit width can't be 0.");
  763   static_assert(B <= 64, "Bit width out of range.");
  764   return int64_t(x << (64 - B)) >> (64 - B);
  764   return int64_t(x << (64 - B)) >> (64 - B);