const math.MinInt32

9 uses

	math (current package)
		const.go#L49: 	MinInt32  = -1 << 31            // -2147483648
		logb.go#L38: 		return MinInt32

	math/big
		float.go#L98: 	MinExp  = math.MinInt32  // smallest supported exponent

	github.com/jackc/pgx/v5/pgtype
		builtin_wrappers.go#L71: 	if v.Int64 < math.MinInt32 {
		int.go#L599: 	if n.Int64 < math.MinInt32 {
		int.go#L643: 	if n < math.MinInt32 {
		int.go#L747: 	if n.Int64 < math.MinInt32 {
		int.go#L769: 	if n.Int64 < math.MinInt32 {
		int.go#L1569: 	if n < math.MinInt32 {