Trait llvm_ir::constant::ConstBinaryOp
source · [−]pub trait ConstBinaryOp {
fn get_operand0(&self) -> ConstantRef;
fn get_operand1(&self) -> ConstantRef;
}
Required Methods
source
fn get_operand0(&self) -> ConstantRef
source