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