Home
last modified time | relevance | path

Searched refs:isValidRawBuffer (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp705 if (!DenseElementsAttr::isValidRawBuffer(type, rawData, detectedSplat)) { in getHexAttr()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h670 static bool isValidRawBuffer(ShapedType type, ArrayRef<char> rawBuffer,
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp896 bool DenseElementsAttr::isValidRawBuffer(ShapedType type, in isValidRawBuffer() function in DenseElementsAttr