Struct llvm_ir::instruction::ExtractValue [−][src]
pub struct ExtractValue { pub aggregate: Operand, pub indices: Vec<u32>, pub dest: Name, pub debugloc: Option<DebugLoc>, }
Expand description
Extract the value of a member field from an aggregate (struct or array) type. See LLVM 12 docs on the ‘extractvalue’ instruction
Fields
aggregate: Operand
indices: Vec<u32>
dest: Name
debugloc: Option<DebugLoc>
Trait Implementations
Performs the conversion.
Returns the DebugLoc
associated with the given Instruction
,
Terminator
, GlobalVariable
, or Function
; or None
if it doesn’t
have a DebugLoc
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExtractValue
impl Send for ExtractValue
impl Sync for ExtractValue
impl Unpin for ExtractValue
impl UnwindSafe for ExtractValue
Blanket Implementations
Mutably borrows from an owned value. Read more