Searched refs:IntegerSetStorage (Results 1 – 3 of 3) sorted by relevance
23 struct IntegerSetStorage : public StorageUniquer::BaseStorage { struct43 static IntegerSetStorage * argument46 new (allocator.allocate<IntegerSetStorage>()) IntegerSetStorage(); in construct() argument
323 impl->affineUniquer.registerParametricStorageType<IntegerSetStorage>(); in MLIRContext()1020 auto *storage = impl.affineUniquer.get<IntegerSetStorage>( in get()1021 [](IntegerSetStorage *) {}, dimCount, symbolCount, constraints, eqFlags); in get() argument
33 struct IntegerSetStorage;46 using ImplType = detail::IntegerSetStorage;