Searched refs:getNaN (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp35 Cs.push_back(ConstantFP::get(Ctx, APFloat::getNaN(Sem)));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp541 return IC.replaceInstUsesWith(II, ConstantFP::getNaN(Ty));
571 return IC.replaceInstUsesWith(II, ConstantFP::getNaN(Ty));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h284 static Constant *getNaN(Type *Ty, bool Negative = false,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h977 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false, function in class:llvm::APFloat
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp790 return ConstantFP::getNaN(C1->getType());
H A DConstants.cpp968 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) {
970 APFloat NaN = APFloat::getNaN(Semantics, Negative, Payload);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5545 NewC[i] = ConstantFP::getNaN(VecTy->getElementType());
5553 return ConstantFP::getNaN(Ty);
5600 return ConstantFP::getNaN(V->getType());
6160 return ConstantFP::getNaN(Op0->getType());
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3275 Value = APFloat::getNaN(Semantics, false, ~0);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6502 return getConstantFP(APFloat::getNaN(EVTToAPFloatSemantics(VT)), DL, VT);

Completed in 304 milliseconds