Searched refs:uaT (Results 1 – 1 of 1) sorted by relevance
2244 auto uaT = a.dyn_cast<UnrankedMemRefType>(); in areCastCompatible() local2286 if (!aT && !uaT) in areCastCompatible()2291 if (uaT && ubT) in areCastCompatible()2294 auto aEltType = (aT) ? aT.getElementType() : uaT.getElementType(); in areCastCompatible()2299 auto aMemSpace = (aT) ? aT.getMemorySpace() : uaT.getMemorySpace(); in areCastCompatible()