Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h498 LLVMFastMathNoNaNs = (1 << 1), enumerator
505 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3593 NewFMF.setNoNaNs((FMF & LLVMFastMathNoNaNs) != 0); in mapFromLLVMFastMathFlags()
3608 NewFMF |= LLVMFastMathNoNaNs; in mapToLLVMFastMathFlags()