Searched defs:ShapedTypeStorage (Results 1 – 1 of 1) sorted by relevance
125 struct ShapedTypeStorage : public TypeStorage { struct126 ShapedTypeStorage(Type elementTy) : elementType(elementTy) {} in ShapedTypeStorage() argument136 struct VectorTypeStorage : public ShapedTypeStorage { argument