Home
last modified time | relevance | path

Searched defs:ShapedTypeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DTypeDetail.h125 struct ShapedTypeStorage : public TypeStorage { struct
126 ShapedTypeStorage(Type elementTy) : elementType(elementTy) {} in ShapedTypeStorage() argument
136 struct VectorTypeStorage : public ShapedTypeStorage { argument