Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4254 static bool isValidShapeCast(ArrayRef<int64_t> a, ArrayRef<int64_t> b) { in isValidShapeCast() function
4303 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
4306 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
4337 if (!isValidShapeCast(srcType.getShape(), resultType.getShape())) in fold()
4340 if (!isValidShapeCast(resultType.getShape(), srcType.getShape())) in fold()