func go/constant.Shift

4 uses

	go/constant (current package)
		value.go#L1276: func Shift(x Value, op token.Token, s uint) Value {

	go/types
		expr.go#L988: 			x.val = constant.Shift(xval, op, uint(s))

	golang.org/x/tools/internal/gcimporter
		bimport.go#L812: 		d := constant.Shift(constant.MakeInt64(1), token.SHL, uint(-exp))
		bimport.go#L815: 		x = constant.Shift(x, token.SHL, uint(exp))