Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h30 struct AffineMapAttributeStorage : public AttributeStorage { struct
33 AffineMapAttributeStorage(AffineMap value) in AffineMapAttributeStorage() argument
40 static AffineMapAttributeStorage *
42 return new (allocator.allocate<AffineMapAttributeStorage>()) in construct() argument
43 AffineMapAttributeStorage(key); in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h26 struct AffineMapAttributeStorage;
50 detail::AffineMapAttributeStorage> {