Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp686 if (auto constShape = shape.getDefiningOp<ConstShapeOp>()) { in matchAndRewrite() local
744 if (auto constShape = shape.getDefiningOp<ConstShapeOp>()) { in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1523 if (auto constShape{AsConstantShape(context, *shape)}) { in Match() local