Home
last modified time | relevance | path

Searched refs:getSNaN (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp279 llvm::APFloat::getSNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan()
294 llvm::APFloat::getSNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h304 static Constant *getSNaN(Type *Ty, bool Negative = false,
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1034 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1027 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN() function in ConstantFP
1029 APFloat NaN = APFloat::getSNaN(Semantics, Negative, Payload); in getSNaN()
H A DAsmWriter.cpp1492 APFloat::getSNaN(APFloat::IEEEdouble(), apf.isNegative(), &Payload); in WriteAPFloatInternal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14757 Result = llvm::APFloat::getSNaN(Sem, false, &fill); in TryEvaluateBuiltinNaN()
14769 Result = llvm::APFloat::getSNaN(Sem, false, &fill); in TryEvaluateBuiltinNaN()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6149 ID.APFloatVal = APFloat::getSNaN(ID.APFloatVal.getSemantics(), in convertValIDToValue()