Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h223 struct IntegerSetAttributeStorage : public AttributeStorage { struct
226 IntegerSetAttributeStorage(IntegerSet value) : value(value) {} in IntegerSetAttributeStorage() function
232 static IntegerSetAttributeStorage *
234 return new (allocator.allocate<IntegerSetAttributeStorage>()) in construct() argument
235 IntegerSetAttributeStorage(key); in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h30 struct IntegerSetAttributeStorage;
272 detail::IntegerSetAttributeStorage> {