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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp107 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
109 bool EEVT::TypeSet::hasIntegerTypes() const { function in class:EEVT::TypeSet
181 if (InVT.hasIntegerTypes()) {
202 hasIntegerTypes()) {
278 if (!hasIntegerTypes())
372 else if (!hasIntegerTypes())
376 else if (!Other.hasIntegerTypes())
395 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) &&
396 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) &&
549 else if (!hasIntegerTypes())
[all...]

Completed in 65 milliseconds