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 103 /// hasVectorTypes - Return true if this TypeSet contains a vector value
105 bool hasVectorTypes() const;
CodeGenDAGPatterns.cpp 133 /// hasVectorTypes - Return true if this TypeSet contains a vAny or a vector
135 bool EEVT::TypeSet::hasVectorTypes() const {
305 if (!hasVectorTypes())
383 if (!hasVectorTypes())
387 if (!Other.hasVectorTypes())
    [all...]

Completed in 922 milliseconds