Searched refs:llvm_fenv_testexcept (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DFEnv.h41 /// llvm_fenv_testexcept - Test if a floating-point exception was raised.
42 static inline bool llvm_fenv_testexcept() { function in namespace:llvm::sys
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1251 if (sys::llvm_fenv_testexcept()) {
1273 if (sys::llvm_fenv_testexcept()) {

Completed in 100 milliseconds