Lines Matching defs:refTy
483 if (auto refTy = mlir::dyn_cast_or_null<fir::ReferenceType>(ty)) {
484 if (fir::isa_trivial(refTy.getEleTy())) {
485 auto alloca = builder.create<fir::AllocaOp>(loc, refTy.getEleTy());
492 refTy.getEleTy())) {
542 if (auto refTy = mlir::dyn_cast_or_null<fir::ReferenceType>(ty)) {
544 mlir::dyn_cast_or_null<fir::SequenceType>(refTy.getEleTy())) {
683 auto refTy = fir::unwrapRefType(ty);
684 if (auto seqTy = mlir::dyn_cast_or_null<fir::SequenceType>(refTy)) {
1069 mlir::Type refTy = fir::ReferenceType::get(seqTy.getEleTy());
1087 auto coord = builder.create<fir::CoordinateOp>(loc, refTy,
1210 mlir::Type refTy = fir::ReferenceType::get(seqTy.getEleTy());
1297 auto addr1 = builder.create<fir::CoordinateOp>(loc, refTy, value1, ivs);
1298 auto addr2 = builder.create<fir::CoordinateOp>(loc, refTy, value2, ivs);
1359 mlir::Type refTy = fir::unwrapRefType(ty);
1360 if (auto seqTy = mlir::dyn_cast_or_null<fir::SequenceType>(refTy)) {