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