Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h825 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp547 bool SNaN) { in isKnownNeverNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp762 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()
4623 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4607 bool SNaN, in isKnownNeverNaNForTargetNode()
H A DSIISelLowering.cpp12084 bool SNaN, in isKnownNeverNaNForTargetNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3049 bool SNaN, in isKnownNeverNaNForTargetNode()
H A DSelectionDAG.cpp4266 bool SelectionDAG::isKnownNeverNaN(SDValue Op, bool SNaN, unsigned Depth) const { in isKnownNeverNaN()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp13582 bool SNaN, in TryEvaluateBuiltinNaN()