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
114
///
hasFloatingPointTypes
- Return true if this TypeSet contains an fAny or
116
bool EEVT::TypeSet::
hasFloatingPointTypes
() const {
242
if (!
hasFloatingPointTypes
())
359
if (!
hasFloatingPointTypes
())
363
if (!Other.
hasFloatingPointTypes
())
381
assert(!(hasIntegerTypes() &&
hasFloatingPointTypes
()) &&
382
!(Other.hasIntegerTypes() && Other.
hasFloatingPointTypes
()) &&
469
|| (Other.
hasFloatingPointTypes
() && OtherFPSize == 0)) {
527
|| (
hasFloatingPointTypes
() && FPSize == 0)) {
[
all
...]
CodeGenDAGPatterns.h
95
///
hasFloatingPointTypes
- Return true if this TypeSet contains an fAny or
97
bool
hasFloatingPointTypes
() const;
Completed in 604 milliseconds