Function ppc_fp128Value [src]
Prototype
pub fn ppc_fp128Value(self: *Builder, ty: Type, value: [2]f64) Allocator.Error!Value
Parameters
self: *Builder
ty: Type
value: [2]f64
Source
pub fn ppc_fp128Value(self: *Builder, ty: Type, value: [2]f64) Allocator.Error!Value {
return (try self.ppc_fp128Const(ty, value)).toValue();
}