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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 108 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
110 bool EEVT::TypeSet::hasIntegerTypes() const {
170 if (InVT.hasIntegerTypes()) {
191 hasIntegerTypes()) {
262 if (!hasIntegerTypes())
354 else if (!hasIntegerTypes())
358 else if (!Other.hasIntegerTypes())
377 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) &&
378 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) &&
527 else if (!hasIntegerTypes())
    [all...]
CodeGenDAGPatterns.h 91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
93 bool hasIntegerTypes() const;
  /external/swiftshader/third_party/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 58 milliseconds