Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp109 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() function in EEVT::TypeSet
181 if (InVT.hasIntegerTypes()) { in MergeInTypeInfo()
202 hasIntegerTypes()) { in MergeInTypeInfo()
278 if (!hasIntegerTypes()) in EnforceFloatingPoint()
372 else if (!hasIntegerTypes()) in EnforceSmallerThan()
376 else if (!Other.hasIntegerTypes()) in EnforceSmallerThan()
395 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
396 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
549 else if (!hasIntegerTypes()) in EnforceVectorSubVectorTypeIs()
553 else if (!VTOperand.hasIntegerTypes()) in EnforceVectorSubVectorTypeIs()
HDCodeGenDAGPatterns.h93 bool hasIntegerTypes() const;