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