Lines Matching defs:ptrTy
2697 mlir::Type ptrTy = fir::getBase(args[0]).getType();
2698 if (ptrTy && (fir::isBoxProcAddressType(ptrTy) ||
2699 mlir::isa<fir::BoxProcType>(ptrTy))) {
2701 fir::isBoxProcAddressType(ptrTy)
4669 mlir::Type ptrTy = builder.getRefType(i32Ty);
4700 addr = builder.create<fir::ConvertOp>(loc, ptrTy, ifOp.getResult(0));
4703 addr = builder.create<fir::ConvertOp>(loc, ptrTy, getBase(args[0]));
6578 mlir::Type ptrTy = fir::getBase(args[0]).getType();
6579 if (ptrTy && fir::isBoxProcAddressType(ptrTy)) {
6580 auto boxProcType = mlir::cast<fir::BoxProcType>(fir::unwrapRefType(ptrTy));