func go/constant.BitLen

3 uses

	go/constant (current package)
		value.go#L645: func BitLen(x Value) int {

	go/types
		const.go#L44: 	if x.val.Kind() == constant.Int && constant.BitLen(x.val) > prec {
		const.go#L127: 		switch n := constant.BitLen(x); typ.kind {