Searched refs:idxShape (Results 1 – 1 of 1) sorted by relevance
4746 llvm::SmallVector<mlir::Value> idxShape; in genShapeOp() local4748 idxShape.push_back(builder.createConvert(loc, idxTy, s)); in genShapeOp()4749 auto shapeTy = fir::ShapeType::get(builder.getContext(), idxShape.size()); in genShapeOp()4750 return builder.create<fir::ShapeOp>(loc, shapeTy, idxShape); in genShapeOp()