Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h512 typedef unsigned LLVMFastMathFlags; typedef
4373 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst);
4382 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3535 static FastMathFlags mapFromLLVMFastMathFlags(LLVMFastMathFlags FMF) { in mapFromLLVMFastMathFlags()
3548 static LLVMFastMathFlags mapToLLVMFastMathFlags(FastMathFlags FMF) { in mapToLLVMFastMathFlags()
3549 LLVMFastMathFlags NewFMF = LLVMFastMathNone; in mapToLLVMFastMathFlags()
3770 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst) { in LLVMGetFastMathFlags()
3776 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF) { in LLVMSetFastMathFlags()