Return the inverse minimum/maximum flavor of the specified flavor. For example, signed minimum is the inverse of signed maximum.
Declared in <llvm/Analysis/ValueTracking.h>
SelectPatternFlavor
getInverseMinMaxFlavor(SelectPatternFlavor SPF);
Specific patterns of select instructions we can match.
| Name | Description |
|---|---|
| SPF | Specific patterns of select instructions we can match. |