enum class OverflowResult

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:447

Enumerators

NameValueComment
AlwaysOverflowsLow0Always overflows in the direction of signed/unsigned min value.
AlwaysOverflowsHigh1Always overflows in the direction of signed/unsigned max value.
MayOverflow2May or may not overflow.
NeverOverflows3Never overflows.