Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h507 typedef unsigned LLVMFastMathFlags; typedef
4108 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst);
4117 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3322 static FastMathFlags mapFromLLVMFastMathFlags(LLVMFastMathFlags FMF) { in mapFromLLVMFastMathFlags()
3335 static LLVMFastMathFlags mapToLLVMFastMathFlags(FastMathFlags FMF) { in mapToLLVMFastMathFlags()
3336 LLVMFastMathFlags NewFMF = LLVMFastMathNone; in mapToLLVMFastMathFlags()
3554 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst) { in LLVMGetFastMathFlags()
3560 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF) { in LLVMSetFastMathFlags()