Searched refs:LLVMFastMathAllowReassoc (Results 1 – 2 of 2) sorted by relevance
492 LLVMFastMathAllowReassoc = (1 << 0), enumerator500 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
3537 NewFMF.setAllowReassoc((FMF & LLVMFastMathAllowReassoc) != 0); in mapFromLLVMFastMathFlags()3551 NewFMF |= LLVMFastMathAllowReassoc; in mapToLLVMFastMathFlags()