Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSparseMultiSet.h152 bool isSingleton(const SMSNode &N) const { in isSingleton() function
491 if (isSingleton(N)) { in unlink()
H A DImmutableSet.h1051 bool isSingleton() const { return getHeight() == 1; }
1139 bool isSingleton() const { return getHeight() == 1; }
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp256 bool isSingleton = true; in simplifyCond() local
259 isSingleton = false; in simplifyCond()
265 bool reset = isSingleton && hasAnyDimOf(simple, kSparse); in simplifyCond()