func go/constant.BoolVal

4 uses

	go/constant (current package)
		value.go#L480: func BoolVal(x Value) bool {

	go/types
		builtins.go#L884: 		if !constant.BoolVal(x.val) {
		expr.go#L1201: 		return constant.BoolVal(x)

	golang.org/x/tools/internal/gcimporter
		iexport.go#L1044: 		w.bool(constant.BoolVal(v))