Returns the identity value for this min/max intrinsic, such that minmax(X, Identity) == X.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

APInt
getIdentity() const;

Return Value

The identity value for this min/max intrinsic, such that minmax(X, Identity) == X.

Created with MrDocs