Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp79 struct LatPoint { struct
80 LatPoint(unsigned n, unsigned e, unsigned b) : bits(n, false), exp(e) { in LatPoint() argument
83 LatPoint(const llvm::BitVector &b, unsigned e) : bits(b), exp(e) {} in LatPoint() function
85 llvm::BitVector bits;
87 unsigned exp;