pub fn ppc_fp128Value(self: *Builder, value: [2]f64) Allocator.Error!Value
pub fn ppc_fp128Value(self: *Builder, value: [2]f64) Allocator.Error!Value { return (try self.ppc_fp128Const(value)).toValue(); }