Trait llvm_ir::instruction::BinaryOp
source · [−]pub trait BinaryOp: HasResult {
fn get_operand0(&self) -> &Operand;
fn get_operand1(&self) -> &Operand;
}
Required Methods
source
fn get_operand0(&self) -> &Operand
source