LLVM 20.0.0git
|
Enumerations | |
enum | ExceptionBehavior : uint8_t { ebIgnore , ebMayTrap , ebStrict } |
Exception behavior used for floating point operations. More... | |
enum llvm::fp::ExceptionBehavior : uint8_t |
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.
Enumerator | |
---|---|
ebIgnore | This corresponds to "fpexcept.ignore". |
ebMayTrap | This corresponds to "fpexcept.maytrap". |
ebStrict | This corresponds to "fpexcept.strict". |