Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp204 static LogicalResult isMatchingWidth(Value result, unsigned width) { in isMatchingWidth() function
240 if (failed(isMatchingWidth(getResult(), e.getPointerBitWidth()))) in verify()
249 if (failed(isMatchingWidth(getResult(), e.getIndexBitWidth()))) in verify()