func go/constant.Shift

2 uses

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

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