Searched refs:constShape (Results 1 – 2 of 2) sorted by relevance
686 if (auto constShape = shape.getDefiningOp<ConstShapeOp>()) { in matchAndRewrite() local687 if (constShape.getShape().empty()) in matchAndRewrite()744 if (auto constShape = shape.getDefiningOp<ConstShapeOp>()) { in matchAndRewrite() local748 llvm::to_vector<8>(constShape.getShape().getValues<int64_t>()), in matchAndRewrite()
1523 if (auto constShape{AsConstantShape(context, *shape)}) { in Match() local1524 shapeArgSize = constShape->At(ConstantSubscripts{1}).ToInt64(); in Match()