Create an fcmp oge instruction.
Declared in <llvm/IR/IRBuilder.h>
Value*
CreateFCmpOGE(
Value* LHS,
Value* RHS,
Twine const& Name = "",
MDNode* FPMathTag = nullptr);
The created fcmp oge instruction.
| Name | Description |
|---|---|
| LHS | Left-hand side operand. |
| RHS | Right-hand side operand. |
| Name | Name of the new instruction or value. |
| FPMathTag | Floating-point math metadata tag. |