Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExprDetail.h58 struct SDBMDiffExprStorage : public SDBMExprStorage { struct
65 static SDBMDiffExprStorage * argument
67 auto *result = allocator.allocate<SDBMDiffExprStorage>(); in construct() argument
DSDBMDialect.cpp18 uniquer.registerParametricStorageType<detail::SDBMDiffExprStorage>(); in SDBMDialect()
DSDBMExpr.cpp535 return uniquer.get<detail::SDBMDiffExprStorage>(/*initFn=*/{}, lhs, rhs); in get()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h31 struct SDBMDiffExprStorage;
257 using ImplType = detail::SDBMDiffExprStorage;