Searched refs:getSNaN (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h303 static Constant *getSNaN(Type *Ty, bool Negative = false,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h922 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false, function in class:llvm::APFloat
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp914 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { function in class:ConstantFP
916 APFloat NaN = APFloat::getSNaN(Semantics, Negative, Payload);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13098 Result = llvm::APFloat::getSNaN(Sem, false, &fill);
13110 Result = llvm::APFloat::getSNaN(Sem, false, &fill);

Completed in 140 milliseconds