Return the ISD condition code for an LLVM IR floating-point predicate.
Declared in <llvm/CodeGen/Analysis.h>
ISD::CondCode
getFCmpCondCode(FCmpInst::Predicate Pred);
This includes consideration of global floating-point math flags.
The ISD condition code for Pred.
| Name | Description |
|---|---|
| Pred | LLVM IR floating-point comparison predicate. |