Struct llvm_ir::instruction::Phi [−][src]
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: Nameto_type: TypeRefdebugloc: 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
Auto Trait Implementations
impl RefUnwindSafe for Phiimpl UnwindSafe for PhiBlanket Implementations
Mutably borrows from an owned value. Read more