[][src]Trait libfirm_rs::nodes::UnaryOp

pub trait UnaryOp {
    fn operand(&self) -> Box<dyn ValueNode>;
fn compute(&self, val: Tarval) -> Tarval; }

Required methods

Loading content...

Implementors

impl UnaryOp for Conv
[src]

impl UnaryOp for Minus
[src]

Loading content...