const go/types.Int32

12 uses

	go/types (current package)
		basic.go#L21: 	Int32
		basic.go#L47: 	Rune = Int32
		const.go#L101: 			case Int32:
		sizes.go#L155: 	Int32:      4,
		universe.go#L49: 	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
		iimport.go#L745: 	case types.Int32, types.Uint32:
		predeclared.go#L38: 		types.Typ[types.Int32],