Home
last modified time | relevance | path

Searched refs:opInexact (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp1176 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1185 return opInexact; in handleOverflow()
1313 return (opStatus) (opOverflow | opInexact); in normalize()
1318 return opInexact; in normalize()
1325 return opInexact; in normalize()
1335 return (opStatus) (opUnderflow | opInexact); in normalize()
1667 fs = (opStatus) (fs | opInexact); in multiply()
1686 fs = (opStatus) (fs | opInexact); in divide()
1717 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()
1720 assert(fs==opOK || fs==opInexact); // likewise in remainder()
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h172 opInexact = 0x10 enumerator
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DConstantFolding.cpp1313 if (status != APFloat::opOK && status != APFloat::opInexact) in ConstantFoldConvertToInt()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2564 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()
2570 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()
2576 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()
DDAGCombiner.cpp6440 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty in visitFDIV()