Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2295 auto bEltType = (bT) ? bT.getElementType() : ubT.getElementType(); in areCastCompatible() local
2296 if (aEltType != bEltType) in areCastCompatible()