OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNaN
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
284
static Constant *
getNaN
(Type *Ty, bool Negative = false,
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
905
static APFloat
getNaN
(const fltSemantics &Sem, bool Negative = false,
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
987
Constant *ConstantFP::
getNaN
(Type *Ty, bool Negative, uint64_t Payload) {
989
APFloat NaN = APFloat::
getNaN
(Semantics, Negative, Payload);
ConstantFold.cpp
1244
return ConstantFP::
getNaN
(C1->getType());
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp
3240
Value = APFloat::
getNaN
(Semantics, false, ~0);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
4791
return ConstantFP::
getNaN
(In->getType());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
5439
return getConstantFP(APFloat::
getNaN
(EVTToAPFloatSemantics(VT)), DL, VT);
Completed in 51 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026