Home
last modified time | relevance | path

Searched defs:SNaN (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h935 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp911 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()
5083 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp804 bool SNaN) { in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5894 bool SNaN, in isKnownNeverNaNForTargetNode()
H A DSIISelLowering.cpp16046 bool SNaN, in isKnownNeverNaNForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3874 bool SNaN, in isKnownNeverNaNForTargetNode()
H A DSelectionDAG.cpp5377 bool SelectionDAG::isKnownNeverNaN(SDValue Op, bool SNaN, unsigned Depth) const { in isKnownNeverNaN()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14740 bool SNaN, in TryEvaluateBuiltinNaN()