Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp113 llvm::SmallVector<mlir::Value> shiftOpers; in rewriteDynamicShape() local
120 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in rewriteDynamicShape()
136 loc, embox.getType(), embox.getMemref(), shapeOpers, shiftOpers, in rewriteDynamicShape()
165 llvm::SmallVector<mlir::Value> shiftOpers; in matchAndRewrite() local
171 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in matchAndRewrite()
174 populateShift(shiftOpers, shiftOp); in matchAndRewrite()
193 loc, rebox.getType(), rebox.getBox(), shapeOpers, shiftOpers, in matchAndRewrite()
224 llvm::SmallVector<mlir::Value> shiftOpers; in matchAndRewrite() local
230 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in matchAndRewrite()
233 populateShift(shiftOpers, shiftOp); in matchAndRewrite()
[all …]