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 97 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
99 bool EEVT::TypeSet::hasIntegerTypes() const {
163 if (InVT.hasIntegerTypes()) {
184 hasIntegerTypes()) {
254 if (!hasIntegerTypes())
332 else if (!hasIntegerTypes())
336 else if (!Other.hasIntegerTypes())
352 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) &&
353 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) &&
436 if ((Other.hasIntegerTypes() && OtherIntSize == 0
    [all...]
CodeGenDAGPatterns.h 90 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
92 bool hasIntegerTypes() const;

Completed in 17 milliseconds