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.h490 LLVMFastMathNoSignedZeros = (1 << 3), enumerator
496 LLVMFastMathNoInfs | LLVMFastMathNoSignedZeros |
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3327 NewFMF.setNoSignedZeros((FMF & LLVMFastMathNoSignedZeros) != 0); in mapFromLLVMFastMathFlags()
3344 NewFMF |= LLVMFastMathNoSignedZeros; in mapToLLVMFastMathFlags()