Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp350 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::Merger
978 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()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h286 bool maybeZero(unsigned e) const;
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp920 if (auto maybeZero = dyn_cast_or_null<arith::ConstantOp>( in matchAndRewrite() local
922 if (maybeZero.getValue() == in matchAndRewrite()