Searched refs:combinedDataTypes (Results 1 – 1 of 1) sorted by relevance
42 std::vector<TestOperandType> combinedDataTypes; in matchFilter() local44 if (hasValue(filter.dataTypes, dataType)) combinedDataTypes.push_back(dataType); in matchFilter()46 if (combinedDataTypes.empty()) return false; in matchFilter()47 supportedDataTypes = combinedDataTypes; in matchFilter()