Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp139 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local
140 assert(typeInTuple && "addrInTuple must be an address"); in instantiateHostTuple()
141 mlir::Value castBox = builder.createConvert(args.loc, typeInTuple, in instantiateHostTuple()
170 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local
171 assert(typeInTuple && "addrInTuple must be an address"); in instantiateHostTuple()
172 mlir::Value castBox = builder.createConvert(args.loc, typeInTuple, in instantiateHostTuple()
248 mlir::Type typeInTuple = fir::dyn_cast_ptrEleTy(args.addrInTuple.getType()); in instantiateHostTuple() local
249 assert(typeInTuple && "addrInTuple must be an address"); in instantiateHostTuple()
250 mlir::Value castBox = builder.createConvert(args.loc, typeInTuple, in instantiateHostTuple()