Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp184 int totalCount = linearIndex; in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DOperation.cpp1273 size_t totalCount = in verifyValueSizeAttr() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp432 unsigned totalCount = std::accumulate(sizes.begin(), sizes.end(), 0); in verify() local