Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h197 bool includeRight, Kind rtrans, Operation *opright);
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp194 bool includeRight, Kind rtrans, Operation *opright) { in takeCombi() argument
204 if (includeRight) { in takeCombi()
791 bool includeRight = binop.getRightIdentity() || !rightRegion.empty(); in buildLattices() local
793 kBinaryBranch, leftYield, includeRight, kBinaryBranch, in buildLattices()