Home
last modified time | relevance | path

Searched refs:idxShape (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4746 llvm::SmallVector<mlir::Value> idxShape; in genShapeOp() local
4748 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()