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_ir
0.11.3
UnaryOp
Required Methods
get_operand
Implementors
In llvm_
ir::
instruction
llvm_ir
::
instruction
Trait
UnaryOp
Copy item path
Source
pub trait UnaryOp:
HasResult
{ // Required method fn
get_operand
(&self) -> &
Operand
; }
Required Methods
§
Source
fn
get_operand
(&self) -> &
Operand
Implementors
§
Source
§
impl
UnaryOp
for
UnaryOp
Source
§
impl
UnaryOp
for
AddrSpaceCast
Source
§
impl
UnaryOp
for
BitCast
Source
§
impl
UnaryOp
for
FNeg
Source
§
impl
UnaryOp
for
FPExt
Source
§
impl
UnaryOp
for
FPToSI
Source
§
impl
UnaryOp
for
FPToUI
Source
§
impl
UnaryOp
for
FPTrunc
Source
§
impl
UnaryOp
for
Freeze
Source
§
impl
UnaryOp
for
IntToPtr
Source
§
impl
UnaryOp
for
PtrToInt
Source
§
impl
UnaryOp
for
SExt
Source
§
impl
UnaryOp
for
SIToFP
Source
§
impl
UnaryOp
for
Trunc
Source
§
impl
UnaryOp
for
UIToFP
Source
§
impl
UnaryOp
for
ZExt