const go/types.Int8

11 uses

	go/types (current package)
		basic.go#L16: 	Int8
		expr.go#L301: 			case Int8:
		sizes.go#L111: 	Int8:       1,
		universe.go#L43: 	Int8:          {Int8, IsInteger, "int8"},

	golang.org/x/exp/apidiff
		compatibility.go#L84: 	{types.Int8, types.Int16}:           true,
		compatibility.go#L85: 	{types.Int8, types.Int32}:           true,
		compatibility.go#L86: 	{types.Int8, types.Int}:             true,
		compatibility.go#L87: 	{types.Int8, types.Int64}:           true,

	golang.org/x/tools/internal/gcimporter
		bimport.go#L1004: 			types.Typ[types.Int8],
		iimport.go#L640: 	case types.Int8, types.Uint8: