const go/types.Int32

12 uses

	go/types (current package)
		basic.go#L18: 	Int32
		basic.go#L44: 	Rune = Int32
		expr.go#L307: 			case Int32:
		sizes.go#L113: 	Int32:      4,
		universe.go#L45: 	Int32:         {Int32, IsInteger, "int32"},

	golang.org/x/exp/apidiff
		compatibility.go#L85: 	{types.Int8, types.Int32}:           true,
		compatibility.go#L88: 	{types.Int16, types.Int32}:          true,
		compatibility.go#L91: 	{types.Int32, types.Int}:            true,
		compatibility.go#L92: 	{types.Int32, types.Int64}:          true,

	golang.org/x/tools/internal/gcimporter
		bimport.go#L1006: 			types.Typ[types.Int32],
		iimport.go#L644: 	case types.Int32, types.Uint32: