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

Specific patterns of select instructions we can match.

Parameters

NameDescription
SPFSpecific patterns of select instructions we can match.