enum FastMathMap
Description
FastMath Flags This is a fixed layout derived from the bitcode emitted by LLVM 5.0 intended to decouple the in-memory representation from the serialization.
Declared at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:446
Enumerators
Name | Value | Comment |
---|---|---|
UnsafeAlgebra | 1 | |
NoNaNs | 2 | |
NoInfs | 4 | |
NoSignedZeros | 8 | |
AllowReciprocal | 16 | |
AllowContract | 32 | |
ApproxFunc | 64 | |
AllowReassoc | 128 |