Searched refs:hasIntegerTypes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp105 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
107 bool EEVT::TypeSet::hasIntegerTypes() const { function in class:EEVT::TypeSet
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()
[all...]
H A DCodeGenDAGPatterns.h91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
93 bool hasIntegerTypes() const;

Completed in 44 milliseconds