Home
last modified time | relevance | path

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

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