Searched refs:shapeShift (Results 1 – 2 of 2) sorted by relevance
389 if (auto shapeShift = acoOp.getShape().getDefiningOp<ShapeShiftOp>()) in populateIndexArgs() local390 return populateIndexArgs(acoOp, shapeShift, indexArgs, rewriter); in populateIndexArgs()
4245 mlir::Value shapeShift = in convertElementForUpdate() local4247 val = builder.create<fir::ReboxOp>(loc, eleTy, val, shapeShift, in convertElementForUpdate()5868 } else if (auto shapeShift = mlir::dyn_cast_or_null<fir::ShapeShiftOp>( in padSlice() local5871 llvm::zip(shapeShift.getOrigins(), shapeShift.getExtents())) { in padSlice()