Home
last modified time | relevance | path

Searched refs:LLVMFastMathAllowContract (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h497 LLVMFastMathAllowContract = (1 << 5), enumerator
502 LLVMFastMathAllowReciprocal | LLVMFastMathAllowContract |
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3542 NewFMF.setAllowContract((FMF & LLVMFastMathAllowContract) != 0); in mapFromLLVMFastMathFlags()
3561 NewFMF |= LLVMFastMathAllowContract; in mapToLLVMFastMathFlags()