Home
last modified time | relevance | path

Searched refs:typeInTuple (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DHostAssociations.cpp164 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local
165 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() local
196 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() local
267 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 …]