Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp116 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes() function in EEVT::TypeSet
236 if (!hasFloatingPointTypes()) in EnforceInteger()
352 if (!hasFloatingPointTypes()) in EnforceSmallerThan()
356 if (!Other.hasFloatingPointTypes()) in EnforceSmallerThan()
377 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()
378 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()
525 if (!hasFloatingPointTypes()) in EnforceVectorSubVectorTypeIs()
529 if (!VTOperand.hasFloatingPointTypes()) in EnforceVectorSubVectorTypeIs()
DCodeGenDAGPatterns.h97 bool hasFloatingPointTypes() const;