Searched defs:SymIntType (Results 1 – 1 of 1) sorted by relevance
1344 struct TORCH_API SymIntType : public Type { struct1354 static const TypeKind Kind = TypeKind::SymIntType; argument1359 SymIntType() : Type(TypeKind::SymIntType) {} in SymIntType() function