Enum llvm_sys::LLVMValueKind
source · #[repr(C)]pub enum LLVMValueKind {
Show 27 variants
LLVMArgumentValueKind = 0,
LLVMBasicBlockValueKind = 1,
LLVMMemoryUseValueKind = 2,
LLVMMemoryDefValueKind = 3,
LLVMMemoryPhiValueKind = 4,
LLVMFunctionValueKind = 5,
LLVMGlobalAliasValueKind = 6,
LLVMGlobalIFuncValueKind = 7,
LLVMGlobalVariableValueKind = 8,
LLVMBlockAddressValueKind = 9,
LLVMConstantExprValueKind = 10,
LLVMConstantArrayValueKind = 11,
LLVMConstantStructValueKind = 12,
LLVMConstantVectorValueKind = 13,
LLVMUndefValueValueKind = 14,
LLVMConstantAggregateZeroValueKind = 15,
LLVMConstantDataArrayValueKind = 16,
LLVMConstantDataVectorValueKind = 17,
LLVMConstantIntValueKind = 18,
LLVMConstantFPValueKind = 19,
LLVMConstantPointerNullValueKind = 20,
LLVMConstantTokenNoneValueKind = 21,
LLVMMetadataAsValueValueKind = 22,
LLVMInlineAsmValueKind = 23,
LLVMInstructionValueKind = 24,
LLVMPoisonValueKind = 25,
LLVMConstantTargetNoneValueKind = 26,
}
Variants§
LLVMArgumentValueKind = 0
LLVMBasicBlockValueKind = 1
LLVMMemoryUseValueKind = 2
LLVMMemoryDefValueKind = 3
LLVMMemoryPhiValueKind = 4
LLVMFunctionValueKind = 5
LLVMGlobalAliasValueKind = 6
LLVMGlobalIFuncValueKind = 7
LLVMGlobalVariableValueKind = 8
LLVMBlockAddressValueKind = 9
LLVMConstantExprValueKind = 10
LLVMConstantArrayValueKind = 11
LLVMConstantStructValueKind = 12
LLVMConstantVectorValueKind = 13
LLVMUndefValueValueKind = 14
LLVMConstantAggregateZeroValueKind = 15
LLVMConstantDataArrayValueKind = 16
LLVMConstantDataVectorValueKind = 17
LLVMConstantIntValueKind = 18
LLVMConstantFPValueKind = 19
LLVMConstantPointerNullValueKind = 20
LLVMConstantTokenNoneValueKind = 21
LLVMMetadataAsValueValueKind = 22
LLVMInlineAsmValueKind = 23
LLVMInstructionValueKind = 24
LLVMPoisonValueKind = 25
LLVMConstantTargetNoneValueKind = 26
Trait Implementations§
source§impl Clone for LLVMValueKind
impl Clone for LLVMValueKind
source§fn clone(&self) -> LLVMValueKind
fn clone(&self) -> LLVMValueKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LLVMValueKind
impl Debug for LLVMValueKind
source§impl PartialEq for LLVMValueKind
impl PartialEq for LLVMValueKind
source§fn eq(&self, other: &LLVMValueKind) -> bool
fn eq(&self, other: &LLVMValueKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMValueKind
impl StructuralPartialEq for LLVMValueKind
Auto Trait Implementations§
impl RefUnwindSafe for LLVMValueKind
impl Send for LLVMValueKind
impl Sync for LLVMValueKind
impl Unpin for LLVMValueKind
impl UnwindSafe for LLVMValueKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more