Searched refs:LLVMFastMathAllowContract (Results 1 – 2 of 2) sorted by relevance
497 LLVMFastMathAllowContract = (1 << 5), enumerator502 LLVMFastMathAllowReciprocal | LLVMFastMathAllowContract |
3542 NewFMF.setAllowContract((FMF & LLVMFastMathAllowContract) != 0); in mapFromLLVMFastMathFlags()3561 NewFMF |= LLVMFastMathAllowContract; in mapToLLVMFastMathFlags()