Searched refs:AffineExprMatcherStorage (Results 1 – 1 of 1) sorted by relevance
38 class AffineExprMatcherStorage;70 std::shared_ptr<AffineExprMatcherStorage> storage;73 class AffineExprMatcherStorage { class75 AffineExprMatcherStorage() {} in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage76 AffineExprMatcherStorage(const AffineExprMatcherStorage &other) in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage79 AffineExprMatcherStorage(ArrayRef<AffineExprMatcher> exprs) in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage81 AffineExprMatcherStorage(AffineExprMatcher &a, AffineExprMatcher &b) in AffineExprMatcherStorage() function in __anon65c8f2b80111::AffineExprMatcherStorage89 : kind(AffineExprKind::Constant), storage(new AffineExprMatcherStorage()) {} in AffineExprMatcher()133 : kind(k), storage(new AffineExprMatcherStorage(a, b)) { in AffineExprMatcher()