Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp77 auto sType1 = type1.dyn_cast<ShapedType>(); in verifyCompatibleShape() local
81 if (!sType1) in verifyCompatibleShape()
86 if (!sType1.hasRank() || !sType2.hasRank()) in verifyCompatibleShape()
89 return verifyCompatibleShape(sType1.getShape(), sType2.getShape()); in verifyCompatibleShape()