Struct llvm_ir::instruction::Freeze [−][src]
Expand description
Stop the propagation of undef
or poison
values.
See LLVM 12 docs on the ‘freeze’ instruction
Fields
operand: Operand
dest: Name
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 Freeze
impl UnwindSafe for Freeze
Blanket Implementations
Mutably borrows from an owned value. Read more