Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp547 if (auto splatDest = dest.dyn_cast<SplatElementsAttr>()) in fold() local
548 if (scalar == splatDest.getSplatValue<Attribute>()) in fold()