Struct llvm_ir::instruction::Phi
source · pub struct Phi {
pub incoming_values: Vec<(Operand, Name)>,
pub dest: Name,
pub to_type: TypeRef,
pub debugloc: Option<DebugLoc>,
}
Expand description
Fields§
§incoming_values: Vec<(Operand, Name)>
§dest: Name
§to_type: TypeRef
§debugloc: Option<DebugLoc>
Trait Implementations§
source§impl From<Phi> for Instruction
impl From<Phi> for Instruction
source§fn from(inst: Phi) -> Instruction
fn from(inst: Phi) -> Instruction
Converts to this type from the input type.
source§impl HasDebugLoc for Phi
impl HasDebugLoc for Phi
source§impl TryFrom<Instruction> for Phi
impl TryFrom<Instruction> for Phi
impl StructuralPartialEq for Phi
Auto Trait Implementations§
impl RefUnwindSafe for Phi
impl Send for Phi
impl Sync for Phi
impl Unpin for Phi
impl UnwindSafe for Phi
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