Searched refs:LLVMFastMathNoSignedZeros (Results 1 – 2 of 2) sorted by relevance
495 LLVMFastMathNoSignedZeros = (1 << 3), enumerator501 LLVMFastMathNoInfs | LLVMFastMathNoSignedZeros |
3540 NewFMF.setNoSignedZeros((FMF & LLVMFastMathNoSignedZeros) != 0); in mapFromLLVMFastMathFlags()3557 NewFMF |= LLVMFastMathNoSignedZeros; in mapToLLVMFastMathFlags()