Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h204 LatPoint(unsigned size, ExprId e) : bits(size, false), exp(e) {} in LatPoint() function
207 LatPoint(const BitVector &bits, ExprId e) : bits(bits), exp(e) {} in LatPoint() function