Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h492 LLVMFastMathAllowReassoc = (1 << 0), enumerator
500 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3537 NewFMF.setAllowReassoc((FMF & LLVMFastMathAllowReassoc) != 0); in mapFromLLVMFastMathFlags()
3551 NewFMF |= LLVMFastMathAllowReassoc; in mapToLLVMFastMathFlags()