Docs.rs
  • llvm-ir-0.8.2
    • llvm-ir 0.8.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cdisselkoen
    • Dependencies
      • either ^1.6 normal
      • llvm-sys ^100.2.0 normal
      • llvm-sys ^110.0.0 normal
      • llvm-sys ^120.2.0 normal
      • llvm-sys ^130.0.0 normal
      • llvm-sys ^140.0.0 normal
      • llvm-sys ^80.3.0 normal
      • llvm-sys ^90.2.0 normal
      • log ^0.4 normal
      • env_logger ^0.8 dev
      • itertools ^0.10 dev
    • Versions
    • 20.69% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

ConstBinaryOp

Required Methods

  • get_operand0
  • get_operand1

Implementors

In llvm_ir::constant

logo
Change settings

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

fn get_operand1(&self) -> ConstantRef

Implementors

source

impl ConstBinaryOp for AShr

source

impl ConstBinaryOp for Add

source

impl ConstBinaryOp for And

source

impl ConstBinaryOp for FAdd

source

impl ConstBinaryOp for FCmp

source

impl ConstBinaryOp for FDiv

source

impl ConstBinaryOp for FMul

source

impl ConstBinaryOp for FRem

source

impl ConstBinaryOp for FSub

source

impl ConstBinaryOp for ICmp

source

impl ConstBinaryOp for LShr

source

impl ConstBinaryOp for Mul

source

impl ConstBinaryOp for Or

source

impl ConstBinaryOp for SDiv

source

impl ConstBinaryOp for SRem

source

impl ConstBinaryOp for Shl

source

impl ConstBinaryOp for ShuffleVector

source

impl ConstBinaryOp for Sub

source

impl ConstBinaryOp for UDiv

source

impl ConstBinaryOp for URem

source

impl ConstBinaryOp for Xor