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

References

include/llvm/Support/MathExtras.h
  770   assert(B > 0 && "Bit width can't be 0.");
  771   assert(B <= 64 && "Bit width out of range.");
  772   return int64_t(X << (64 - B)) >> (64 - B);
  772   return int64_t(X << (64 - B)) >> (64 - B);