Searched refs:LLVMFastMathNoNaNs (Results 1 – 2 of 2) sorted by relevance
488 LLVMFastMathNoNaNs = (1 << 1), enumerator495 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
3325 NewFMF.setNoNaNs((FMF & LLVMFastMathNoNaNs) != 0); in mapFromLLVMFastMathFlags()3340 NewFMF |= LLVMFastMathNoNaNs; in mapToLLVMFastMathFlags()