Searched refs:sliceTy (Results 1 – 1 of 1) sorted by relevance
395 if (auto sliceTy = sliceOp.getType().dyn_cast<fir::SliceType>()) in verify() local396 if (sliceTy.getRank() != arrDim) in verify()462 if (auto sliceTy = sliceOp.getType().dyn_cast<fir::SliceType>()) in verify() local463 if (sliceTy.getRank() != arrDim) in verify()3080 auto sliceTy = fir::SliceType::get(builder.getContext(), rank); in build() local3081 build(builder, result, sliceTy, trips, path, substr); in build()3105 auto sliceTy = getType().dyn_cast<fir::SliceType>(); in verify() local3106 assert(sliceTy && "must be a slice type"); in verify()3107 if (sliceTy.getRank() * 3 != size) in verify()