Home
last modified time | relevance | path

Searched refs:SDBMNegExprStorage (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExprDetail.h117 struct SDBMNegExprStorage : public SDBMExprStorage { struct
122 static SDBMNegExprStorage * argument
124 auto *result = allocator.allocate<SDBMNegExprStorage>(); in construct() argument
DSDBMDialect.cpp19 uniquer.registerParametricStorageType<detail::SDBMNegExprStorage>(); in SDBMDialect()
DSDBMExpr.cpp656 return uniquer.get<detail::SDBMNegExprStorage>(/*initFn=*/{}, var); in get()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h34 struct SDBMNegExprStorage;
342 using ImplType = detail::SDBMNegExprStorage;