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
354 impl->affineUniquer.registerParametricStorageType<IntegerSetStorage>(); in MLIRContext() 1242 auto *storage = impl.affineUniquer.get<IntegerSetStorage>( in get() 1243 [](IntegerSetStorage *) {}, dimCount, symbolCount, constraints, eqFlags); in get() 1245 __anon92cac7bf0702(IntegerSetStorage *) get() argument
33 struct IntegerSetStorage;46 using ImplType = detail::IntegerSetStorage;