pub fn splatValue(self: *Builder, ty: Type, val: Constant) Allocator.Error!Value
pub fn splatValue(self: *Builder, ty: Type, val: Constant) Allocator.Error!Value { return (try self.splatConst(ty, val)).toValue(); }