Home
last modified time | relevance | path

Searched defs:isZeroValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp43 static bool isZeroValue(Value val) { in isZeroValue() function
/llvm-project/llvm/lib/IR/
H A DConstants.cpp76 bool Constant::isZeroValue() const { in isZeroValue() function in Constant