Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h196 bool includeLeft, Kind ltrans, Operation *opleft,
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp193 bool includeLeft, Kind ltrans, Operation *opleft, in takeCombi() argument
197 if (includeLeft) { in takeCombi()
790 bool includeLeft = binop.getLeftIdentity() || !leftRegion.empty(); in buildLattices() local
792 return takeCombi(kBinary, child0, child1, binop, includeLeft, in buildLattices()