Struct llvm_ir::constant::ShuffleVector [−][src]
pub struct ShuffleVector {
pub operand0: ConstantRef,
pub operand1: ConstantRef,
pub mask: ConstantRef,
}Fields
operand0: ConstantRefoperand1: ConstantRefmask: ConstantRefTrait 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 ShuffleVectorimpl Send for ShuffleVectorimpl Sync for ShuffleVectorimpl Unpin for ShuffleVectorimpl UnwindSafe for ShuffleVectorBlanket Implementations
Mutably borrows from an owned value. Read more