llvm::IRBuilderBase::CreateFCmpOGE

Create an fcmp oge instruction.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

Value*
CreateFCmpOGE(
    Value* LHS,
    Value* RHS,
    Twine const& Name = "",
    MDNode* FPMathTag = nullptr);

Return Value

The created fcmp oge instruction.

Parameters

NameDescription
LHSLeft-hand side operand.
RHSRight-hand side operand.
NameName of the new instruction or value.
FPMathTagFloating-point math metadata tag.