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