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);
Inverse min/max flavor of SPF.
| Name | Description |
|---|---|
| SPF | Min/max select pattern flavor to invert. |