OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFloatingPoint
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h
134
bool
isFloatingPoint
() const {
135
return isSimple() ? V.
isFloatingPoint
() : isExtendedFloatingPoint();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MachineValueType.h
323
bool
isFloatingPoint
() const {
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
97
bool
isFloatingPoint
() const { return Float || BFloat; }
98
bool isInteger() const { return !
isFloatingPoint
() && !Predicate; }
100
return !
isFloatingPoint
() && Predicate && NumVectors == 0;
370
else if (!
isFloatingPoint
())
392
if (!
isFloatingPoint
()) {
433
if (!Signed && !
isFloatingPoint
())
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
39
static inline bool
isFloatingPoint
(MVT VT) {
40
return VT.
isFloatingPoint
();
391
return Out.constrain(
isFloatingPoint
);
393
return Out.assign_if(getLegalTypes(),
isFloatingPoint
);
483
} else if (any_of(S,
isFloatingPoint
) && any_of(B,
isFloatingPoint
)) {
484
auto NotFP = [](MVT VT) { return !
isFloatingPoint
(VT); };
1539
if (!T.isInteger() && !T.
isFloatingPoint
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2547
bool
isFloatingPoint
() const {
Completed in 47 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026