Searched refs:LLVMFastMathNoNaNs (Results 1 – 2 of 2) sorted by relevance
498 LLVMFastMathNoNaNs = (1 << 1), enumerator505 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
3593 NewFMF.setNoNaNs((FMF & LLVMFastMathNoNaNs) != 0); in mapFromLLVMFastMathFlags()3608 NewFMF |= LLVMFastMathNoNaNs; in mapToLLVMFastMathFlags()