Searched refs:typeInTuple (Results 1 – 1 of 1) sorted by relevance
164 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local165 assert(typeInTuple && "addrInTuple must be an address"); in instantiateHostTuple()166 mlir::Value castBox = builder.createConvert(args.loc, typeInTuple, in instantiateHostTuple()195 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local196 assert(typeInTuple && "addrInTuple must be an address"); in instantiateHostTuple()197 mlir::Value castBox = builder.createConvert(args.loc, typeInTuple, in instantiateHostTuple()266 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local267 assert(typeInTuple && "addrInTuple must be an address"); in instantiateHostTuple()268 mlir::Value castBox = builder.createConvert(args.loc, typeInTuple, in instantiateHostTuple()279 builder, loc, typeInTuple, in instantiateHostTuple()[all …]