Home
last modified time | relevance | path

Searched refs:IntegerSetStorage (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DIntegerSetDetail.h23 struct IntegerSetStorage : public StorageUniquer::BaseStorage { struct
43 static IntegerSetStorage * argument
46 new (allocator.allocate<IntegerSetStorage>()) IntegerSetStorage(); in construct() argument
H A DMLIRContext.cpp354 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
/llvm-project/mlir/include/mlir/IR/
H A DIntegerSet.h33 struct IntegerSetStorage;
46 using ImplType = detail::IntegerSetStorage;