Home
last modified time | relevance | path

Searched defs:DenseIntOrFPElementsAttributeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h371 struct DenseIntOrFPElementsAttributeStorage struct
375 : DenseElementsAttributeStorage(ty, isSplat), data(data) {} in DenseElementsAttributeStorage()
377 struct KeyTy {
419 static KeyTy getKey(ShapedType ty, ArrayRef<char> data, bool isKnownSplat) { in getKey()
460 static KeyTy getKeyForBoolData(ShapedType ty, ArrayRef<char> data, in getKeyForBoolData()
500 static DenseIntOrFPElementsAttributeStorage * argument
516 return new (allocator.allocate<DenseIntOrFPElementsAttributeStorage>()) in construct() argument
520 ArrayRef<char> data;