Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2245 auto ubT = b.dyn_cast<UnrankedMemRefType>(); in areCastCompatible() local
2288 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()