Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h493 LLVMFastMathApproxFunc = (1 << 6), enumerator
498 LLVMFastMathApproxFunc,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3330 NewFMF.setApproxFunc((FMF & LLVMFastMathApproxFunc) != 0); in mapFromLLVMFastMathFlags()
3350 NewFMF |= LLVMFastMathApproxFunc; in mapToLLVMFastMathFlags()