Docs.rs
llir-0.2.2
llir 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Liby99
Dependencies
libc ^0.2
normal
llvm-sys ^100
normal
Versions
47.16%
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
ValueOpcode
llir
0.2.2
Value
Opcode
Required Methods
opcode
Implementors
In llir::
values
llir
::
values
Trait
Value
Opcode
Copy item path
Source
pub trait ValueOpcode { // Required method fn
opcode
(&self) ->
Opcode
; }
Required Methods
§
Source
fn
opcode
(&self) ->
Opcode
Implementors
§
Source
§
impl<'ctx>
ValueOpcode
for
BranchInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
Instruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
AllocaInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
BinaryInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
CallBrInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
CallInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
ConditionalBranchInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
ExtractValueInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
FCmpInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
GetElementPtrInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
ICmpInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
IndirectBranchInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
InsertValueInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
LoadInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
PhiInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
ReturnInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
SelectInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
StoreInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
SwitchInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
UnaryInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
UnconditionalBranchInstruction
<'ctx>
Source
§
impl<'ctx>
ValueOpcode
for
UnreachableInstruction
<'ctx>