Searched refs:LLVMFastMathNoSignedZeros (Results 1 – 2 of 2) sorted by relevance
500 LLVMFastMathNoSignedZeros = (1 << 3), enumerator506 LLVMFastMathNoInfs | LLVMFastMathNoSignedZeros |
3595 NewFMF.setNoSignedZeros((FMF & LLVMFastMathNoSignedZeros) != 0); in mapFromLLVMFastMathFlags()3612 NewFMF |= LLVMFastMathNoSignedZeros; in mapToLLVMFastMathFlags()