Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h495 LLVMFastMathNoSignedZeros = (1 << 3), enumerator
501 LLVMFastMathNoInfs | LLVMFastMathNoSignedZeros |
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3540 NewFMF.setNoSignedZeros((FMF & LLVMFastMathNoSignedZeros) != 0); in mapFromLLVMFastMathFlags()
3557 NewFMF |= LLVMFastMathNoSignedZeros; in mapToLLVMFastMathFlags()