Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopCanonicalization.cpp33 static bool isShapePreserving(ForOp forOp, int64_t arg) { in isShapePreserving() function
51 return isShapePreserving(forOp, opResult.getResultNumber()) in isShapePreserving()
95 if (!isShapePreserving(forOp, blockArg.getArgNumber() - 1)) in matchAndRewrite()
139 if (!isShapePreserving(forOp, resultNumber)) in matchAndRewrite()