Struct llvm_ir::instruction::FCmp [−][src]
pub struct FCmp { pub predicate: FPPredicate, pub operand0: Operand, pub operand1: Operand, pub dest: Name, pub debugloc: Option<DebugLoc>, }
Expand description
Compare floating-point values or vectors of floating-point values. See LLVM 12 docs on the ‘fcmp’ instruction
Fields
predicate: FPPredicate
operand0: Operand
operand1: 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 FCmp
impl UnwindSafe for FCmp
Blanket Implementations
Mutably borrows from an owned value. Read more