Searched refs:LLVMFastMathAllowReassoc (Results 1 – 2 of 2) sorted by relevance
487 LLVMFastMathAllowReassoc = (1 << 0), enumerator495 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
3324 NewFMF.setAllowReassoc((FMF & LLVMFastMathAllowReassoc) != 0); in mapFromLLVMFastMathFlags()3338 NewFMF |= LLVMFastMathAllowReassoc; in mapToLLVMFastMathFlags()