Searched refs:LLVMFastMathAllowContract (Results 1 – 2 of 2) sorted by relevance
492 LLVMFastMathAllowContract = (1 << 5), enumerator497 LLVMFastMathAllowReciprocal | LLVMFastMathAllowContract |
3329 NewFMF.setAllowContract((FMF & LLVMFastMathAllowContract) != 0); in mapFromLLVMFastMathFlags()3348 NewFMF |= LLVMFastMathAllowContract; in mapToLLVMFastMathFlags()