Searched refs:AffineConstantExprStorage (Results 1 – 4 of 4) sorted by relevance
78 struct AffineConstantExprStorage : public AffineExprStorage { struct83 static AffineConstantExprStorage * argument85 auto *result = allocator.allocate<AffineConstantExprStorage>(); in construct() argument
479 auto assignCtx = [context](AffineConstantExprStorage *storage) { in getAffineConstantExpr()484 return uniquer.get<AffineConstantExprStorage>(assignCtx, constant); in getAffineConstantExpr()
392 .registerParametricStorageType<AffineConstantExprStorage>(); in MLIRContext()
34 struct AffineConstantExprStorage;213 using ImplType = detail::AffineConstantExprStorage;