Searched refs:LLVMFastMathFlags (Results 1 – 2 of 2) sorted by relevance
507 typedef unsigned LLVMFastMathFlags; typedef4108 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst);4117 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF);
3322 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()