Searched defs:TypePair (Results 1 – 2 of 2) sorted by relevance
43 struct TypePair struct45 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() argument53 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument
371 using TypePair = std::pair<MVT, MVT>; variable