Searched refs:ubT (Results 1 – 1 of 1) sorted by relevance
2245 auto ubT = b.dyn_cast<UnrankedMemRefType>(); in areCastCompatible() local2288 if (!bT && !ubT) in areCastCompatible()2291 if (uaT && ubT) in areCastCompatible()2295 auto bEltType = (bT) ? bT.getElementType() : ubT.getElementType(); in areCastCompatible()2300 auto bMemSpace = (bT) ? bT.getMemorySpace() : ubT.getMemorySpace(); in areCastCompatible()