Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1238 if (auto constSizeOp = getDim().getDefiningOp<ConstSizeOp>()) in getConstantDim() local
1239 return constSizeOp.getValue().getLimitedValue(); in getConstantDim()