Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DAttributeTest.cpp72 SmallVector<bool, 64> trueValues(boolCount, true); in TEST() local
73 auto detectedSplat = DenseElementsAttr::get(shape, trueValues); in TEST()