Searched defs:TypeNoLayout (Results 1 – 1 of 1) sorted by relevance
110 struct TypeNoLayout : public Type::TypeBase<TypeNoLayout, Type, TypeStorage> { struct115 static TypeNoLayout get(MLIRContext *ctx) { return Base::get(ctx); } in get()