Struct melior_next::ir::block::Argument
source · pub struct Argument<'a> { /* private fields */ }
Expand description
A block argument.
Implementations§
Trait Implementations§
source§impl<'a> ValueLike for Argument<'a>
impl<'a> ValueLike for Argument<'a>
source§fn is_block_argument(&self) -> bool
fn is_block_argument(&self) -> bool
Returns
true
if a value is a block argument.source§fn is_operation_result(&self) -> bool
fn is_operation_result(&self) -> bool
Returns
true
if a value is an operation result.