Trait llvm_ir::constant::ConstUnaryOp [−][src]
pub trait ConstUnaryOp {
fn get_operand(&self) -> ConstantRef;
}Required methods
fn get_operand(&self) -> ConstantRefpub trait ConstUnaryOp {
fn get_operand(&self) -> ConstantRef;
}fn get_operand(&self) -> ConstantRef