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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 99 /// hasScalarTypes - Return true if this TypeSet contains a scalar value
101 bool hasScalarTypes() const;
CodeGenDAGPatterns.cpp 125 /// hasScalarTypes - Return true if this TypeSet contains a scalar value type.
126 bool EEVT::TypeSet::hasScalarTypes() const {
385 else if (!hasScalarTypes())
389 else if (!Other.hasScalarTypes())
    [all...]

Completed in 258 milliseconds