Searched refs:LLVMFastMathAllowContract (Results 1 – 2 of 2) sorted by relevance
502 LLVMFastMathAllowContract = (1 << 5), enumerator507 LLVMFastMathAllowReciprocal | LLVMFastMathAllowContract |
3597 NewFMF.setAllowContract((FMF & LLVMFastMathAllowContract) != 0); in mapFromLLVMFastMathFlags()3616 NewFMF |= LLVMFastMathAllowContract; in mapToLLVMFastMathFlags()