Searched refs:includeLeft (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/ |
H A D | Merger.cpp | 381 bool includeLeft, TensorExp::Kind ltrans, in combiSet() argument 387 if (includeLeft) { in combiSet() 1160 bool includeLeft = binop.getLeftIdentity() || !leftRegion.empty(); in buildLattices() local 1162 return combiSet(e, child0, child1, binop, includeLeft, in buildLattices()
|
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/Utils/ |
H A D | Merger.h | 312 bool includeLeft, TensorExp::Kind ltrans, Operation *opleft,
|