enum ZeroBehavior

Description

The behavior an operation has on an input of 0.

Declared at: llvm/include/llvm/Support/MathExtras.h:44

Enumerators

NameValueComment
ZB_Undefined0The returned value is undefined.
ZB_Max1The returned value is numeric_limits <T >::max()
ZB_Width2The returned value is numeric_limits <T >::digits