Searched defs:hasIntegerTypes (Results 1 - 1 of 1) 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...]

Completed in 128 milliseconds