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

References

include/llvm/Support/MathExtras.h
  754   assert(B > 0 && "Bit width can't be 0.");
  755   assert(B <= 32 && "Bit width out of range.");
  756   return int32_t(X << (32 - B)) >> (32 - B);
  756   return int32_t(X << (32 - B)) >> (32 - B);