Searched refs:maybeZero (Results 1 – 3 of 3) sorted by relevance
350 assert(!maybeZero(tensorExps[e].children.e1)); in isSingleCondition()733 assert(!maybeZero(tensorExps[e].children.e1)); in buildLattices()808 bool Merger::maybeZero(unsigned e) const { in maybeZero() function in mlir::sparse_tensor::Merger978 if (isa<arith::DivFOp>(def) && !maybeZero(e1)) in buildTensorExp()980 if (isa<complex::DivOp>(def) && !maybeZero(e1)) in buildTensorExp()982 if (isa<arith::DivSIOp>(def) && !maybeZero(e1)) in buildTensorExp()984 if (isa<arith::DivUIOp>(def) && !maybeZero(e1)) in buildTensorExp()
286 bool maybeZero(unsigned e) const;
920 if (auto maybeZero = dyn_cast_or_null<arith::ConstantOp>( in matchAndRewrite() local922 if (maybeZero.getValue() == in matchAndRewrite()