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: Operanddest: Namedebugloc: 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 Freezeimpl UnwindSafe for FreezeBlanket Implementations
Mutably borrows from an owned value. Read more