Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DAttributeTest.cpp76 SmallVector<bool, 64> falseValues(boolCount, false); in TEST() local
77 detectedSplat = DenseElementsAttr::get(shape, falseValues); in TEST()