Searched refs:LLVMFastMathNoNaNs (Results 1 – 2 of 2) sorted by relevance
493 LLVMFastMathNoNaNs = (1 << 1), enumerator500 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
3538 NewFMF.setNoNaNs((FMF & LLVMFastMathNoNaNs) != 0); in mapFromLLVMFastMathFlags()3553 NewFMF |= LLVMFastMathNoNaNs; in mapToLLVMFastMathFlags()