Searched refs:LLVMFastMathAllowReciprocal (Results 1 – 2 of 2) sorted by relevance
496 LLVMFastMathAllowReciprocal = (1 << 4), enumerator502 LLVMFastMathAllowReciprocal | LLVMFastMathAllowContract |
3541 NewFMF.setAllowReciprocal((FMF & LLVMFastMathAllowReciprocal) != 0); in mapFromLLVMFastMathFlags()3559 NewFMF |= LLVMFastMathAllowReciprocal; in mapToLLVMFastMathFlags()