Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/IR/
DAttributeTest.cpp25 auto detectedSplat = in testSplat() local
50 auto detectedSplat = DenseElementsAttr::get(shape, {true, true, true, true}); in TEST() local
74 auto detectedSplat = DenseElementsAttr::get(shape, trueValues); in TEST() local
/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp704 bool detectedSplat = false; in getHexAttr() local
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp898 bool &detectedSplat) { in isValidRawBuffer()