OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFloatingPointTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
106
///
hasFloatingPointTypes
- Return true if this TypeSet contains an fAny or
108
bool EEVT::TypeSet::
hasFloatingPointTypes
() const {
232
if (!
hasFloatingPointTypes
())
330
if (!
hasFloatingPointTypes
())
334
if (!Other.
hasFloatingPointTypes
())
352
assert(!(hasIntegerTypes() &&
hasFloatingPointTypes
()) &&
353
!(Other.hasIntegerTypes() && Other.
hasFloatingPointTypes
()) &&
437
|| (Other.
hasFloatingPointTypes
() && OtherFPSize == 0))
493
|| (
hasFloatingPointTypes
() && FPSize == 0))
[
all
...]
CodeGenDAGPatterns.h
94
///
hasFloatingPointTypes
- Return true if this TypeSet contains an fAny or
96
bool
hasFloatingPointTypes
() const;
Completed in 17 milliseconds