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

ConstUnaryOp

Required Methods

  • get_operand

Implementors

In llvm_ir::constant

llvm_ir::constant

Trait ConstUnaryOp

Source
pub trait ConstUnaryOp {
    // Required method
    fn get_operand(&self) -> ConstantRef;
}

Required Methods§

Source

fn get_operand(&self) -> ConstantRef

Implementors§

Source§

impl ConstUnaryOp for AddrSpaceCast

Source§

impl ConstUnaryOp for BitCast

Source§

impl ConstUnaryOp for FPExt

Source§

impl ConstUnaryOp for FPToSI

Source§

impl ConstUnaryOp for FPToUI

Source§

impl ConstUnaryOp for FPTrunc

Source§

impl ConstUnaryOp for IntToPtr

Source§

impl ConstUnaryOp for PtrToInt

Source§

impl ConstUnaryOp for SExt

Source§

impl ConstUnaryOp for SIToFP

Source§

impl ConstUnaryOp for Trunc

Source§

impl ConstUnaryOp for UIToFP

Source§

impl ConstUnaryOp for ZExt