Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h498 LLVMFastMathApproxFunc = (1 << 6), enumerator
503 LLVMFastMathApproxFunc,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3543 NewFMF.setApproxFunc((FMF & LLVMFastMathApproxFunc) != 0); in mapFromLLVMFastMathFlags()
3563 NewFMF |= LLVMFastMathApproxFunc; in mapToLLVMFastMathFlags()