enum ExceptionBehavior

Description

Exception behavior used for floating point operations. Each of these values correspond to some metadata argument value of a constrained floating point intrinsic. See the LLVM Language Reference Manual for details.

Declared at: llvm/include/llvm/IR/FPEnv.h:44

Enumerators

NameValueComment
ebIgnore0This corresponds to "fpexcept.ignore".
ebMayTrap1This corresponds to "fpexcept.maytrap".
ebStrict2This corresponds to "fpexcept.strict".