llvm::getInverseMinMaxFlavor

Return the inverse minimum/maximum flavor of the specified flavor. For example, signed minimum is the inverse of signed maximum.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

SelectPatternFlavor
getInverseMinMaxFlavor(SelectPatternFlavor SPF);

Return Value

Inverse min/max flavor of SPF.

Parameters

NameDescription
SPFMin/max select pattern flavor to invert.