Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2244 auto uaT = a.dyn_cast<UnrankedMemRefType>(); in areCastCompatible() local
2286 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()