pub fn convValue( self: *Builder, val: Constant, ty: Type, ) Allocator.Error!Value
pub fn convValue( self: *Builder, val: Constant, ty: Type, ) Allocator.Error!Value { return (try self.convConst(val, ty)).toValue(); }