Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h492 LLVMFastMathAllowContract = (1 << 5), enumerator
497 LLVMFastMathAllowReciprocal | LLVMFastMathAllowContract |
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3329 NewFMF.setAllowContract((FMF & LLVMFastMathAllowContract) != 0); in mapFromLLVMFastMathFlags()
3348 NewFMF |= LLVMFastMathAllowContract; in mapToLLVMFastMathFlags()