Home
last modified time | relevance | path

Searched refs:getQNaN (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp60 return llvm::ConstantFP::getQNaN(Ty, NegativeNaN, &Payload); in initializationPatternFor()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp270 if (FP.isNaN() && !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics())) && in toString()
272 APFloat::getQNaN(FP.getSemantics(), /*Negative=*/true))) { in toString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1019 return getQNaN(Sem, Negative, &intPayload);
1021 return getQNaN(Sem, Negative, nullptr);
1026 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp453 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics())); in instCombineIntrinsic()
512 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics())); in instCombineIntrinsic()
1118 II.getType(), APFloat::getQNaN(II.getType()->getFltSemantics())); in instCombineIntrinsic()
H A DSIISelLowering.cpp12577 APFloat::getQNaN(SelectionDAG::EVTToAPFloatSemantics(VT)), SDLoc(N), in performRcpCombine()
12930 APFloat CanonicalQNaN = APFloat::getQNaN(C.getSemantics()); in getCanonicalConstantFP()
12962 APFloat QNaN = APFloat::getQNaN(SelectionDAG::EVTToAPFloatSemantics(VT)); in performFCanonicalizeCombine()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp282 llvm::APFloat::getQNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan()
291 llvm::APFloat::getQNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp401 ? ConstantFP::getQNaN(EltTy, Negative) in getNeutralReductionElement()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h302 static Constant *getQNaN(Type *Ty, bool Negative = false,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1016 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN() function in ConstantFP
1018 APFloat NaN = APFloat::getQNaN(Semantics, Negative, Payload); in getQNaN()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1355 auto canonicalNaN = APFloat::getQNaN(rs1.getSemantics()); in F_MAX_MIN()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2228 U = APFloat::getQNaN(U.getSemantics()); in ConstantFoldScalarCall1()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11937 ? APFloat::getQNaN(Semantics) in isNeutralConstant()
13180 APFloat NeutralAF = !Flags.hasNoNaNs() ? APFloat::getQNaN(Semantics) : in getNeutralElement()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14759 Result = llvm::APFloat::getQNaN(Sem, false, &fill); in TryEvaluateBuiltinNaN()
14767 Result = llvm::APFloat::getQNaN(Sem, false, &fill); in TryEvaluateBuiltinNaN()