LLVM 19.0.0git
Enumerations
llvm::fp Namespace Reference

Enumerations

enum  ExceptionBehavior : uint8_t { ebIgnore , ebMayTrap , ebStrict }
 Exception behavior used for floating point operations. More...
 

Enumeration Type Documentation

◆ ExceptionBehavior

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".

Definition at line 38 of file FPEnv.h.