Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4737 mlir::Value shapeOp = genShapeOp(shape); in createAndLoadSomeArrayTemp()
4743 static fir::ShapeOp genShapeOp(mlir::Location loc, fir::FirOpBuilder &builder, in genShapeOp() function in __anon67dfc8455a11::ArrayExprLowering
4753 fir::ShapeOp genShapeOp(llvm::ArrayRef<mlir::Value> shape) { in genShapeOp() function in __anon67dfc8455a11::ArrayExprLowering
4754 return genShapeOp(getLoc(), builder, shape); in genShapeOp()