Home
last modified time | relevance | path

Searched refs: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
687 if (constShape.getShape().empty()) in matchAndRewrite()
744 if (auto constShape = shape.getDefiningOp<ConstShapeOp>()) { in matchAndRewrite() local
748 llvm::to_vector<8>(constShape.getShape().getValues<int64_t>()), in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1523 if (auto constShape{AsConstantShape(context, *shape)}) { in Match() local
1524 shapeArgSize = constShape->At(ConstantSubscripts{1}).ToInt64(); in Match()