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
Name | Value | Comment |
---|---|---|
ebIgnore | 0 | This corresponds to "fpexcept.ignore". |
ebMayTrap | 1 | This corresponds to "fpexcept.maytrap". |
ebStrict | 2 | This corresponds to "fpexcept.strict". |