Trait llvm_ir::constant::ConstUnaryOp[][src]

pub trait ConstUnaryOp {
    fn get_operand(&self) -> ConstantRef;
}

Required methods

Implementors