Searched defs:TypePair (Results 1 – 6 of 6) sorted by relevance
44 struct TypePair struct46 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() function54 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument
84 struct TypePair { struct89 template <typename TypePair> argument
351 using TypePair = std::pair<std::string, mlir::Type>; variable
371 using TypePair = std::pair<MVT, MVT>; variable
386 using TypePair = std::pair<MVT, MVT>; variable
247 using TypePair = std::pair<DataType, VectorType>; in getGLSLInputValDecl() typedef