Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp110 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() function in EEVT::TypeSet
170 if (InVT.hasIntegerTypes()) { in MergeInTypeInfo()
191 hasIntegerTypes()) { in MergeInTypeInfo()
262 if (!hasIntegerTypes()) in EnforceFloatingPoint()
354 else if (!hasIntegerTypes()) in EnforceSmallerThan()
358 else if (!Other.hasIntegerTypes()) in EnforceSmallerThan()
377 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
378 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
527 else if (!hasIntegerTypes()) in EnforceVectorSubVectorTypeIs()
531 else if (!VTOperand.hasIntegerTypes()) in EnforceVectorSubVectorTypeIs()
DCodeGenDAGPatterns.h93 bool hasIntegerTypes() const;