Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h487 LLVMFastMathAllowReassoc = (1 << 0), enumerator
495 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3324 NewFMF.setAllowReassoc((FMF & LLVMFastMathAllowReassoc) != 0); in mapFromLLVMFastMathFlags()
3338 NewFMF |= LLVMFastMathAllowReassoc; in mapToLLVMFastMathFlags()