Struct llvm_ir::instruction::FNeg [−][src]
Expand description
Floating-point unary negation. See LLVM 12 docs on the ‘fneg’ 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 FNeg
impl UnwindSafe for FNeg
Blanket Implementations
Mutably borrows from an owned value. Read more