Docs.rs
  • llvm-ir-0.11.3
    • llvm-ir 0.11.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cdisselkoen
    • Dependencies
      • either ^1.9 normal
      • llvm-sys ^100.2.0 normal optional
      • llvm-sys ^110.0.0 normal optional
      • llvm-sys ^120.2.0 normal optional
      • llvm-sys ^130.0.0 normal optional
      • llvm-sys ^140.0.0 normal optional
      • llvm-sys ^150.1.0 normal optional
      • llvm-sys ^160.1.2 normal optional
      • llvm-sys ^170.0.1 normal optional
      • llvm-sys ^181.0.0 normal optional
      • llvm-sys ^191.0.0 normal optional
      • llvm-sys ^90.2.0 normal optional
      • log ^0.4 normal
      • ordered-float ^4.6.0 normal
      • env_logger ^0.10 dev
      • itertools ^0.11 dev
    • Versions
    • 21.32% of the crate is documented
  • 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

llvm_ir0.11.3

ConstBinaryOp

Required Methods

  • get_operand0
  • get_operand1

Implementors

In llvm_ir::constant

llvm_ir::constant

Trait ConstBinaryOp

Source
pub trait ConstBinaryOp {
    // Required methods
    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