Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h565 return HasFloatingPointExceptions; in hasFloatingPointExceptions()
1871 HasFloatingPointExceptions = FPExceptions;
2500 bool HasFloatingPointExceptions; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp549 HasFloatingPointExceptions = true; in TargetLoweringBase()