Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4174 mlir::Type pathTy = fir::applyPathToType(ty, indices); in adjustedArraySubtype() local
4175 assert(pathTy && "indices failed to apply to type"); in adjustedArraySubtype()
4176 return adjustedArrayElementType(pathTy); in adjustedArraySubtype()