Struct llvm_ir::constant::GetElementPtr [−][src]
pub struct GetElementPtr {
pub address: ConstantRef,
pub indices: Vec<ConstantRef>,
pub in_bounds: bool,
}Fields
address: ConstantRefindices: Vec<ConstantRef>in_bounds: boolTrait Implementations
Performs the conversion.
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 GetElementPtrimpl Send for GetElementPtrimpl Sync for GetElementPtrimpl Unpin for GetElementPtrimpl UnwindSafe for GetElementPtrBlanket Implementations
Mutably borrows from an owned value. Read more