Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp622 auto aEltType = (aT) ? aT.getElementType() : uaT.getElementType(); in areCastCompatible() local
624 if (aEltType != bEltType) in areCastCompatible()