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