Lines Matching defs:boxTy
515 } else if (auto boxTy = mlir::dyn_cast_or_null<fir::BaseBoxType>(ty)) {
516 mlir::Type innerTy = fir::extractSequenceType(boxTy);
749 } else if (auto boxTy = mlir::dyn_cast_or_null<fir::BaseBoxType>(ty)) {
752 mlir::Type innerTy = fir::extractSequenceType(boxTy);
1028 if (auto boxTy = mlir::dyn_cast<fir::BaseBoxType>(ty))
1029 return getReductionInitValue(builder, loc, boxTy.getEleTy(), op);
1093 } else if (auto boxTy = mlir::dyn_cast_or_null<fir::BaseBoxType>(ty)) {
1094 mlir::Type innerTy = fir::extractSequenceType(boxTy);
1305 } else if (auto boxTy = mlir::dyn_cast<fir::BaseBoxType>(ty)) {
1306 mlir::Type innerTy = fir::extractSequenceType(boxTy);
1406 if (auto boxTy = mlir::dyn_cast<fir::BaseBoxType>(ty))
1407 return isSupportedReductionType(boxTy.getEleTy());