Function blockAddrValue [src]

Prototype

pub fn blockAddrValue( self: *Builder, function: Function.Index, block: Function.Block.Index, ) Allocator.Error!Value

Parameters

self: *Builderfunction: Function.Indexblock: Function.Block.Index

Source

pub fn blockAddrValue( self: *Builder, function: Function.Index, block: Function.Block.Index, ) Allocator.Error!Value { return (try self.blockAddrConst(function, block)).toValue(); }