Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp38 class AffineExprMatcherStorage;
70 std::shared_ptr<AffineExprMatcherStorage> storage;
73 class AffineExprMatcherStorage { class
75 AffineExprMatcherStorage() {} in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage
76 AffineExprMatcherStorage(const AffineExprMatcherStorage &other) in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage
79 AffineExprMatcherStorage(ArrayRef<AffineExprMatcher> exprs) in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage
81 AffineExprMatcherStorage(AffineExprMatcher &a, AffineExprMatcher &b) in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage
89 : kind(AffineExprKind::Constant), storage(new AffineExprMatcherStorage()) {} in AffineExprMatcher()
133 : kind(k), storage(new AffineExprMatcherStorage(a, b)) { in AffineExprMatcher()