OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasIntegerTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
105
///
hasIntegerTypes
- Return true if this TypeSet contains iAny or an
107
bool EEVT::TypeSet::
hasIntegerTypes
() const {
171
if (InVT.
hasIntegerTypes
()) {
192
hasIntegerTypes
()) {
268
if (!
hasIntegerTypes
())
361
else if (!
hasIntegerTypes
())
365
else if (!Other.
hasIntegerTypes
())
381
assert(!(
hasIntegerTypes
() && hasFloatingPointTypes()) &&
382
!(Other.
hasIntegerTypes
() && Other.hasFloatingPointTypes()) &&
468
if ((Other.
hasIntegerTypes
() && OtherIntSize == 0
[
all
...]
CodeGenDAGPatterns.h
91
///
hasIntegerTypes
- Return true if this TypeSet contains any integer value
93
bool
hasIntegerTypes
() const;
Completed in 36 milliseconds