Searched defs:hasVectorTypes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp133 /// hasVectorTypes - Return true if this TypeSet contains a vAny or a vector
135 bool EEVT::TypeSet::hasVectorTypes() const { function in class:EEVT::TypeSet
305 if (!hasVectorTypes())
383 if (!hasVectorTypes())
387 if (!Other.hasVectorTypes())

Completed in 116 milliseconds