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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 99 /// hasVectorTypes - Return true if this TypeSet contains a vector value
101 bool hasVectorTypes() const;
CodeGenDAGPatterns.cpp 123 /// hasVectorTypes - Return true if this TypeSet contains a vAny or a vector
125 bool EEVT::TypeSet::hasVectorTypes() const {
295 if (!hasVectorTypes())
372 if (!hasVectorTypes())
374 if (!hasVectorTypes())
391 if (hasVectorTypes() && Other.hasVectorTypes()) {
    [all...]

Completed in 191 milliseconds