Searched refs:shapeTy (Results 1 – 4 of 4) sorted by relevance
373 auto shapeTy = shapeOp.getType(); in verify() local375 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()380 auto s = shapeTy.cast<fir::ShiftType>(); in verify()442 auto shapeTy = shapeOp.getType(); in verify() local449 auto s = shapeTy.cast<fir::ShiftType>(); in verify()2254 shapeRank = shapeTy.getRank(); in verify()2325 auto shapeTy = shapeVal.getType(); in verify() local3036 assert(shapeTy && "must be a shape type"); in verify()3037 if (shapeTy.getRank() != size) in verify()3053 assert(shapeTy && "must be a shape shift type"); in verify()[all …]
347 auto shapeTy = op.getType().dyn_cast<fir::ShapeType>(); in checkShapeOp() local348 EXPECT_EQ(2u, shapeTy.getRank()); in checkShapeOp()375 auto shapeTy = op.getType().dyn_cast<fir::ShapeShiftType>(); in TEST_F() local376 EXPECT_EQ(2u, shapeTy.getRank()); in TEST_F()
4244 auto shapeTy = fir::ShapeShiftType::get(eleTy.getContext(), lbs.size()); in convertElementForUpdate() local4246 builder.create<fir::ShapeShiftOp>(loc, shapeTy, shapeShiftArgs); in convertElementForUpdate()4749 auto shapeTy = fir::ShapeType::get(builder.getContext(), idxShape.size()); in genShapeOp() local4750 return builder.create<fir::ShapeOp>(loc, shapeTy, idxShape); in genShapeOp()
3638 mlir::Type shapeTy = shape.getType(); in genReshape() local3639 mlir::Type shapeArrTy = fir::dyn_cast_ptrOrBoxEleTy(shapeTy); in genReshape()