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.h493 LLVMFastMathNoNaNs = (1 << 1), enumerator
500 LLVMFastMathAll = LLVMFastMathAllowReassoc | LLVMFastMathNoNaNs |
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3538 NewFMF.setNoNaNs((FMF & LLVMFastMathNoNaNs) != 0); in mapFromLLVMFastMathFlags()
3553 NewFMF |= LLVMFastMathNoNaNs; in mapToLLVMFastMathFlags()