HomeSort by relevance Sort by last modified time
    Searched refs:hasIntegerTypes (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 107 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
109 bool EEVT::TypeSet::hasIntegerTypes() const {
181 if (InVT.hasIntegerTypes()) {
202 hasIntegerTypes()) {
278 if (!hasIntegerTypes())
372 else if (!hasIntegerTypes())
376 else if (!Other.hasIntegerTypes())
441 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) &&
442 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) &&
547 else if (!hasIntegerTypes())
    [all...]
CodeGenDAGPatterns.h 91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
93 bool hasIntegerTypes() const;

Completed in 176 milliseconds