Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DAttributeTest.cpp57 constexpr int64_t boolCount = 56; in TEST() local
61 RankedTensorType shape = RankedTensorType::get({boolCount}, boolTy); in TEST()
72 SmallVector<bool, 64> trueValues(boolCount, true); in TEST()
76 SmallVector<bool, 64> falseValues(boolCount, false); in TEST()