Home
last modified time | relevance | path

Searched refs:hasIntegerTypes (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp99 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() function in EEVT::TypeSet
163 if (InVT.hasIntegerTypes()) { in MergeInTypeInfo()
184 hasIntegerTypes()) { in MergeInTypeInfo()
254 if (!hasIntegerTypes()) in EnforceFloatingPoint()
332 else if (!hasIntegerTypes()) in EnforceSmallerThan()
336 else if (!Other.hasIntegerTypes()) in EnforceSmallerThan()
352 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
353 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
436 if ((Other.hasIntegerTypes() && OtherIntSize == 0) in EnforceSmallerThan()
492 if ((hasIntegerTypes() && IntSize == 0) in EnforceSmallerThan()
DCodeGenDAGPatterns.h92 bool hasIntegerTypes() const;