pub fn vectorValue(self: *Builder, ty: Type, vals: []const Constant) Allocator.Error!Value
pub fn vectorValue(self: *Builder, ty: Type, vals: []const Constant) Allocator.Error!Value { return (try self.vectorConst(ty, vals)).toValue(); }