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: Name
to_type: TypeRef
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
Auto Trait Implementations
impl RefUnwindSafe for Phi
impl UnwindSafe for Phi
Blanket Implementations
Mutably borrows from an owned value. Read more