Searched defs:constShape (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Shape/IR/ | ||
H A D | Shape.cpp | 692 if (auto constShape = shape.getDefiningOp<ConstShapeOp>()) { in matchAndRewrite() local |
/llvm-project/flang/lib/Evaluate/ | ||
H A D | intrinsics.cpp | 2037 if (auto constShape{AsConstantShape(context, *shape)}) { Match() local |